/**
 * Design tokens: colors and typography variables.
 * Imported by main.css.
 */

body {
  font-family: 'Montserrat', sans-serif;
  --font-family: 'Montserrat', sans-serif;
  --container-padding: 20px;
  --container-width: 1110px;
  /* Colors */
  --color-text: #1a1e26;
  --color-text-alt: #041c31;
  --color-text-dark: #051927;
  --color-text-secondary: #485664;
  --color-text-tertiary: #6a7282;
  --color-text-muted: #5d717d;
  --color-link: #35485b;
  --color-price: #2c3e50;
  --color-accent: #004b8c;
  --color-accent-alt: #135894;
  --color-accent-2: #f54336;
  --color-success: #00c950;
  --color-error: #f54336;
  --color-error-bg: #fef2f2;
  --color-error-border: #ffc9c9;
  --color-warning: #e17100;
  --color-info: #1886ee;
  --color-icon-gray: #9ca2ad;
  --color-border: #e5e7eb;
  --color-accent-border: rgba(245, 67, 54, 0.08);
  --color-text-light-gray: #dee0e5;
  --color-bg-secondary: #fafafa;
  --color-bg-tint: #f0f7ff;
  --color-white: #fff;
  /* Typography: font-size + line-height */
  --text-display: 28px;
  --text-display-lh: 36px;
  --text-title: 24px;
  --text-title-lh: 28px;
  --text-h3: 18px;
  --text-h3-lh: 22px;
  --text-btn-lh: 20px;
  --text-btn-bold: 16px;
  --text-btn-bold-lh: 20px;
  --font-weight-bold: 700;
  --text-body: 16px;
  --text-body-lh: 24px;
  --text-body-sm: 14px;
  --text-body-sm-lh: 22px;
  --text-label: 13px;
  --text-label-lh: 16px;
  --text-caption: 12px;
  --text-caption-lh: 16px;
  --text-h1: 32px;
  --text-h1-lh: 40px;
  --text-h2: 22px;
  --text-h2-lh: 28px;
  /* Spacing & radius */
  --gap-xs: 8px;
  --gap-sm: 12px;
  --space-md: 16px;
  --gap-md: 24px;
  --gap-lg: 32px;
  --gap-xl: 40px;
  --gap-xxl: 64px;
  --gap-2xl: 80px;
  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 24px;
  --radius-3xl: 32px;
  --radius-full: 999px;
  --text-hero-dt: 44px;
  --text-hero-dt-lh: 56px;
}
