/**
 * Generated from KAYAK — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #1e2026;
  --text-dim: #1e2026;
  --text-faint: #1e2026;
  --brand: #ff690f;
  --on-brand: #ffffff;
  --border: #dadde0;
  --border-strong: #a4a9b4;
  --success: #0a8c3e;
  --warning: #d97706;
  --danger: #cc2935;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-alt: #f8f8f8;
  --color-bg-data: #f0f3f5;
  --color-surface: #ffffff;
  --color-surface-soft: #f4f4f4;
  --color-surface-strong: #e8e8e8;
  --color-surface-orange-soft: #fff2e8;
  --color-surface-graph: #fdf3eb;
  --color-surface-deal: #fff2e8;
  --color-text: #1e2026;
  --color-text-strong: #0a0c10;
  --color-text-body: #2c2f36;
  --color-text-muted: #5e6470;
  --color-text-soft: #8a909d;
  --color-text-on-brand: #ffffff;
  --color-text-on-orange: #ffffff;
  --color-brand: #ff690f;
  --color-brand-hover: #e85a07;
  --color-brand-active: #c54a00;
  --color-brand-light: #fff2e8;
  --color-brand-deep: #7a3300;
  --color-brand-graph: #ff690f;
  --color-brand-graph-fill: #fdf3eb;
  --color-link: #0066cc;
  --color-link-hover: #004a99;
  --color-link-visited: #5a4392;
  --color-border: #dadde0;
  --color-border-soft: #eaecef;
  --color-border-strong: #a4a9b4;
  --color-border-input-focus: #ff690f;
  --color-divider: #dadde0;
  --color-scrim: rgba(0,0,0,0.5);
  --color-shadow-card: rgba(0,0,0,0.06);
  --color-shadow-elev: rgba(0,0,0,0.14);
  --color-shadow-deep: rgba(255,105,15,0.18);
  --color-success: #0a8c3e;
  --color-success-soft: #e8f6ee;
  --color-success-deep: #0a6b32;
  --color-warning: #d97706;
  --color-warning-soft: #fff7e6;
  --color-danger: #cc2935;
  --color-danger-soft: #fdeaec;
  --color-info: #0066cc;
  --color-info-soft: #e8f0f8;
  --color-best-flag: #0a8c3e;
  --color-cheapest-flag: #0a8c3e;
  --color-fastest-flag: #9333ea;
  --color-short-stop-flag: #0066cc;
  --color-hacker-fare: #ff690f;
  --color-pricegraph-stroke: #ff690f;
  --color-pricegraph-fill: #fdf3eb;
  --color-pricegraph-low: #0a8c3e;
  --color-pricegraph-high: #cc2935;

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

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

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

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