/**
 * Generated from Expedia — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #191e3b;
  --text-dim: #191e3b;
  --text-faint: #191e3b;
  --brand: #00255d;
  --on-brand: #ffffff;
  --border: #dcdee5;
  --border-strong: #9da1b3;
  --success: #0c8a4a;
  --warning: #d97706;
  --danger: #c81e34;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-alt: #f7f7f7;
  --color-surface: #ffffff;
  --color-surface-soft: #f1f2f3;
  --color-surface-strong: #e8e9eb;
  --color-surface-navy-soft: #e8eef5;
  --color-surface-yellow: #fff4d6;
  --color-surface-onekey: #152e54;
  --color-surface-onekey-deep: #0a1f3f;
  --color-surface-deal: #fff8eb;
  --color-text: #191e3b;
  --color-text-strong: #0d1023;
  --color-text-body: #26293f;
  --color-text-muted: #4f5375;
  --color-text-soft: #797d96;
  --color-text-on-brand: #ffffff;
  --color-text-on-yellow: #191e3b;
  --color-text-onekey: #ffc72c;
  --color-brand: #00255d;
  --color-brand-hover: #001b47;
  --color-brand-active: #001436;
  --color-brand-mid: #1668e3;
  --color-brand-mid-hover: #1153b8;
  --color-brand-light: #e8eef5;
  --color-yellow: #ffc72c;
  --color-yellow-hover: #e6b427;
  --color-yellow-active: #cc9f23;
  --color-yellow-deep: #7f6116;
  --color-onekey-gold: #ffc72c;
  --color-onekey-platinum: #dfdfe2;
  --color-onekey-blue: #00255d;
  --color-star-rating: #191e3b;
  --color-link: #1668e3;
  --color-link-hover: #1153b8;
  --color-link-visited: #5a4392;
  --color-border: #dcdee5;
  --color-border-soft: #eaecf0;
  --color-border-strong: #9da1b3;
  --color-border-input-focus: #00255d;
  --color-divider: #dcdee5;
  --color-scrim: rgba(13,16,35,0.6);
  --color-shadow-card: rgba(13,16,35,0.08);
  --color-shadow-elev: rgba(13,16,35,0.16);
  --color-shadow-deep: rgba(0,37,93,0.16);
  --color-success: #0c8a4a;
  --color-success-soft: #e7f6ed;
  --color-success-deep: #075f33;
  --color-warning: #d97706;
  --color-warning-soft: #fff8eb;
  --color-danger: #c81e34;
  --color-danger-soft: #fde8eb;
  --color-info: #1668e3;
  --color-info-soft: #e8eef5;
  --color-best-deal: #c81e34;
  --color-member-price: #0c8a4a;
  --color-high-rating: #0c5e3a;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 2px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 24px;
  --space-xl: 40px;

  /* fonts */
  --font-display: 'Expedia Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Expedia Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
