/**
 * Generated from Booking.com — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #262626;
  --text-dim: #262626;
  --text-faint: #bcbcbc;
  --brand: #003580;
  --on-brand: #ffffff;
  --border: #e0e0e0;
  --border-strong: #bdbdbd;
  --success: #008009;
  --warning: #d68500;
  --danger: #d63333;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f5f5f5;
  --color-bg-warm: #fefdf6;
  --color-surface: #ffffff;
  --color-surface-soft: #fafafa;
  --color-surface-strong: #f0f2f5;
  --color-brand: #003580;
  --color-brand-hover: #0066cc;
  --color-brand-pressed: #002566;
  --color-brand-deep: #001a4d;
  --color-brand-tint: #e8f0fa;
  --color-brand-soft: #cee0f0;
  --color-on-brand: #ffffff;
  --color-yellow: #febb02;
  --color-yellow-deep: #cc9700;
  --color-yellow-soft: #fff4d4;
  --color-text: #262626;
  --color-text-strong: #000000;
  --color-text-muted: #595959;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #bcbcbc;
  --color-text-on-brand: #ffffff;
  --color-text-on-yellow: #262626;
  --color-link: #0066cc;
  --color-link-hover: #003580;
  --color-selected-bg: #e8f0fa;
  --color-border: #e0e0e0;
  --color-border-strong: #bdbdbd;
  --color-border-soft: #eeeeee;
  --color-border-brand: #003580;
  --color-rating-good: #008009;
  --color-rating-superb: #003580;
  --color-urgency: #d63333;
  --color-urgency-soft: #fff0f0;
  --color-success: #008009;
  --color-warning: #d68500;
  --color-danger: #d63333;
  --color-info: #0066cc;
  --color-genius-purple: #562155;

  /* type */
  --display-size: 48px;
  --h1-size: 24px;
  --h2-size: 20px;
  --body-size: 14px;
  --label-size: 12px;
  --body-line-height: 1.5;
  --display-tracking: -0.012em;

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

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

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