:root {
  --surface: #ffffff;
  --surface-sand: #f7f3ec;
  --surface-sand-strong: #e8dccb;
  --surface-graphite: #1e211f;
  --ink: #1b1d1a;
  --ink-muted: #56594f;
  --ink-inverse: #f6f2ea;
  --accent: #2e3330;
  --accent-hover: #111413;
  --on-accent: #fdfaf4;
  --border-control: #8a8478;
  --border-line: #e6ded2;
  --focus-ring: #3d5c8a;
  --signal-ok: #3d6b4d;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 96px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 28px;
  --radius-pill: 999px;
  --shadow-card: 0 1px 2px rgba(27, 29, 26, 0.04), 0 10px 28px rgba(27, 29, 26, 0.06);
  --font-display: "Onest", system-ui, sans-serif;
  --font-sans: "Golos Text", system-ui, sans-serif;
}
.display-xl { font-family: var(--font-display); font-size: 56px; line-height: 58px; font-weight: 700; letter-spacing: -1.6px; }
.display-l { font-family: var(--font-display); font-size: 40px; line-height: 44px; font-weight: 700; letter-spacing: -1px; }
.display-m { font-family: var(--font-display); font-size: 28px; line-height: 32px; font-weight: 600; letter-spacing: -0.6px; }
.display-s { font-family: var(--font-display); font-size: 20px; line-height: 26px; font-weight: 600; letter-spacing: -0.2px; }
.price { font-family: var(--font-display); font-size: 22px; line-height: 26px; font-weight: 600; letter-spacing: -0.2px; }
.lead { font-family: var(--font-sans); font-size: 19px; line-height: 28px; font-weight: 400; }
.body { font-family: var(--font-sans); font-size: 16px; line-height: 26px; font-weight: 400; }
.body-s { font-family: var(--font-sans); font-size: 14px; line-height: 22px; font-weight: 400; }
.label { font-family: var(--font-sans); font-size: 15px; line-height: 16px; font-weight: 500; letter-spacing: 0.1px; }
.overline { font-family: var(--font-sans); font-size: 12px; line-height: 16px; font-weight: 500; letter-spacing: 1.4px; }
.legal { font-family: var(--font-sans); font-size: 12px; line-height: 18px; font-weight: 400; }