/* GENERATED by scripts/build_tokens.py from design/tokens.json — do not edit by hand. */

:root {
  --surface-100: #f7f5f0;
  --surface-200: #ffffff;
  --surface-300: #ede8de;
  --border: #dcd4c4;
  --ink: #1c2733;
  --ink-secondary: #4f5964;
  --brand-primary: #1b3a5c;
  --brand-primary-hover: #122a43;
  --on-brand-primary: #ffffff;
  --brand-primary-subtle: #e3ebf2;
  --accent: #7d5817;
  --on-accent: #ffffff;
  --accent-subtle: #f6ecd7;
  --neutral: #4a5460;
  --neutral-subtle: #edeae2;
  --info: #2c5d8c;
  --info-subtle: #e3ebf2;
  --success: #256a4e;
  --success-subtle: #e0f0e8;
  --danger: #973528;
  --danger-subtle: #f7e3e0;
  --focus-ring: #c98a2e;

  --font-display: "Helios Extended", "Archivo", Arial, sans-serif;
  --font-body: "Montserrat", Arial, sans-serif;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --shadow-sm: 0 1px 2px rgba(20, 27, 36, 0.08);
  --shadow-md: 0 16px 40px rgba(12, 18, 26, 0.22);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --surface-100: #12181f;
    --surface-200: #1b232c;
    --surface-300: #232d38;
    --border: #313d49;
    --ink: #eeeae1;
    --ink-secondary: #a7b0bb;
    --brand-primary: #6fa0d6;
    --brand-primary-hover: #8bb4e0;
    --on-brand-primary: #12181f;
    --brand-primary-subtle: #1c2a38;
    --accent: #d9ab52;
    --on-accent: #1c2733;
    --accent-subtle: #2c2411;
    --neutral: #9aa5b1;
    --neutral-subtle: #1e262f;
    --info: #6fa3d6;
    --info-subtle: #1c2a38;
    --success: #59b090;
    --success-subtle: #16281f;
    --danger: #d9695a;
    --danger-subtle: #301c19;
    --focus-ring: #f0c274;
  }
}

:root[data-theme="dark"] {
  --surface-100: #12181f;
  --surface-200: #1b232c;
  --surface-300: #232d38;
  --border: #313d49;
  --ink: #eeeae1;
  --ink-secondary: #a7b0bb;
  --brand-primary: #6fa0d6;
  --brand-primary-hover: #8bb4e0;
  --on-brand-primary: #12181f;
  --brand-primary-subtle: #1c2a38;
  --accent: #d9ab52;
  --on-accent: #1c2733;
  --accent-subtle: #2c2411;
  --neutral: #9aa5b1;
  --neutral-subtle: #1e262f;
  --info: #6fa3d6;
  --info-subtle: #1c2a38;
  --success: #59b090;
  --success-subtle: #16281f;
  --danger: #d9695a;
  --danger-subtle: #301c19;
  --focus-ring: #f0c274;
}

/* Type scale — the only place font sizes are declared. */
.display-lg { font-family: var(--font-display); font-size: 32px; line-height: 40px; font-weight: 600; }
.display-md { font-family: var(--font-display); font-size: 24px; line-height: 32px; font-weight: 600; }
.heading-sm { font-family: var(--font-display); font-size: 18px; line-height: 24px; font-weight: 600; }
.body-lg { font-family: var(--font-body); font-size: 16px; line-height: 24px; font-weight: 400; }
.body-md { font-family: var(--font-body); font-size: 14px; line-height: 20px; font-weight: 400; }
.body-sm { font-family: var(--font-body); font-size: 13px; line-height: 18px; font-weight: 500; }
.label { font-family: var(--font-body); font-size: 12px; line-height: 16px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.caption { font-family: var(--font-body); font-size: 11px; line-height: 14px; font-weight: 500; }
