/* Generated by scripts/build-tokens.py from docs/art-bible.tokens.json. */
:root {
  --bible-version: "0.1.0";
  --color-brand-primary: #0343AA;
  --color-brand-bright: #38B1F5;
  --color-brand-water: #81CEF9;
  --color-brand-cta: #001E43;
  --color-neutral-ink: #091D3D;
  --color-neutral-ink-muted: #374762;
  --color-neutral-paper: #F2F8FD;
  --color-neutral-panel: #FCFCFF;
  --color-neutral-rule: #CDDCEF;
  --color-accent-success: #1B7A56;
  --color-accent-focus: #38B1F5;
  --font-display: "Aptos Display", "Avenir Next", "Segoe UI", sans-serif;
  --font-body: "Aptos", "Avenir Next", "Segoe UI", sans-serif;
  --font-mono: "SFMono-Regular", "Consolas", ui-monospace, monospace;
  --text-display-size: clamp(2.75rem, 3.8vw, 3.75rem);
  --text-display-line-height: 1.12;
  --text-display-tracking: 0;
  --text-display-weight: 800;
  --text-h1-size: clamp(2.25rem, 4vw, 3.75rem);
  --text-h1-line-height: 1.12;
  --text-h1-tracking: 0;
  --text-h1-weight: 800;
  --text-h2-size: clamp(1.5rem, 2.4vw, 2rem);
  --text-h2-line-height: 1.16;
  --text-h2-tracking: 0;
  --text-h2-weight: 800;
  --text-h3-size: clamp(1.125rem, 1.6vw, 1.375rem);
  --text-h3-line-height: 1.18;
  --text-h3-tracking: 0;
  --text-h3-weight: 800;
  --text-body-size: 1rem;
  --text-body-line-height: 1.55;
  --text-body-tracking: 0;
  --text-body-weight: 400;
  --text-ui-size: 1rem;
  --text-ui-line-height: 1.35;
  --text-ui-tracking: 0;
  --text-ui-weight: 700;
  --text-caption-size: 0.875rem;
  --text-caption-line-height: 1.45;
  --text-caption-tracking: 0;
  --text-caption-weight: 400;
  --text-micro-size: 0.75rem;
  --text-micro-line-height: 1.35;
  --text-micro-tracking: 0;
  --text-micro-weight: 500;
  --space-0: 4px;
  --space-1: 8px;
  --space-2: 12px;
  --space-3: 16px;
  --space-4: 20px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 40px;
  --space-8: 48px;
  --space-9: 64px;
  --space-10: 80px;
  --space-11: 96px;
  --space-12: 128px;
  --space-13: 160px;
  --space-section-gap-min: 96px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 999px;
  --shadow-sm: 0 2px 8px rgba(9, 29, 61, 0.08);
  --shadow-md: 0 12px 32px rgba(9, 29, 61, 0.14);
  --shadow-lg: 0 28px 70px rgba(9, 29, 61, 0.20);
  --shadow-cta: 0 20px 40px rgba(0, 30, 67, 0.24);
  --motion-duration-fast: 140ms;
  --motion-duration-base: 260ms;
  --motion-duration-slow: 520ms;
  --motion-easing-standard: cubic-bezier(0.2, 0, 0, 1);
  --motion-easing-emphasized: cubic-bezier(0.18, 0.9, 0.2, 1);
}
