/*
  Client swap file.
  Change these tokens to match a client site without touching layout or flow code.
*/
:root {
  --booking-color-page: #fffdf8;
  --booking-color-surface: #fff8f2;
  --booking-color-surface-raised: #ffffff;
  --booking-color-text: #173f5f;
  --booking-color-muted: #667985;
  --booking-color-soft: #fff1eb;
  --booking-color-chip: #f7ecdf;
  --booking-color-line: rgba(31, 39, 34, 0.16);
  --booking-color-primary: #ff7f73;
  --booking-color-primary-strong: #e76258;
  --booking-color-primary-text: #173f5f;
  --booking-color-accent: #aa8a50;
  --booking-color-accent-soft: #fff7c4;
  --booking-color-danger: #ba2f24;
  --booking-color-success: #176b5b;
  --booking-color-shadow: rgba(16, 45, 66, 0.14);

  --booking-font-family:
    Raleway, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --booking-radius-card: 8px;
  --booking-radius-control: 8px;
  --booking-shadow-panel: 0 18px 44px var(--booking-color-shadow);
  --booking-shadow-soft: 0 8px 24px rgba(43, 36, 28, 0.1);
  --booking-page-max: 1680px;
}
