/* Generated by scripts/build-tokens.mjs — do not edit by hand. */
/* Source: docs/art-bible.tokens.json @ bibleVersion 0.1.0 */
:root {
  /* colors.surface */
  --color-surface-base: #F4E8D8;
  --color-surface-elevated: #FAF2DC;
  --color-surface-dark: #263720;
  /* colors.ink */
  --color-ink-primary: #263720;
  --color-ink-secondary: #5E5547;
  --color-ink-muted: #8A7E6B;
  --color-ink-on-dark: #F4E8D8;
  /* colors.brand */
  --color-brand-rust: #AA4A22;
  --color-brand-rust-dark: #8E3C1A;
  --color-brand-olive: #4F5A3B;
  --color-brand-gold: #C9943B;
  /* colors.line */
  --color-line-cream: #C8B894;
  --color-line-subtle: #E5D9C0;
  /* typography.families */
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: Inter, -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  /* typography.scale */
  --text-display-size: clamp(2.5rem, 5vw, 4.25rem);
  --text-display-line-height: 1.05;
  --text-display-tracking: -0.01em;
  --text-display-weight: 500;
  --text-h1-size: clamp(2rem, 4vw, 3rem);
  --text-h1-line-height: 1.1;
  --text-h1-tracking: -0.01em;
  --text-h1-weight: 500;
  --text-h2-size: clamp(1.5rem, 3vw, 2.25rem);
  --text-h2-line-height: 1.15;
  --text-h2-tracking: -0.005em;
  --text-h2-weight: 500;
  --text-h3-size: clamp(1.25rem, 2.2vw, 1.625rem);
  --text-h3-line-height: 1.25;
  --text-h3-tracking: 0;
  --text-h3-weight: 500;
  --text-body-size: 1.0625rem;
  --text-body-line-height: 1.6;
  --text-body-tracking: 0;
  --text-body-weight: 400;
  --text-body-sm-size: 0.9375rem;
  --text-body-sm-line-height: 1.5;
  --text-body-sm-tracking: 0;
  --text-body-sm-weight: 400;
  --text-ui-size: 0.9375rem;
  --text-ui-line-height: 1.4;
  --text-ui-tracking: 0;
  --text-ui-weight: 500;
  --text-eyebrow-size: 0.75rem;
  --text-eyebrow-line-height: 1.3;
  --text-eyebrow-tracking: 0.16em;
  --text-eyebrow-weight: 600;
  --text-eyebrow-transform: uppercase;
  --text-caption-size: 0.8125rem;
  --text-caption-line-height: 1.4;
  --text-caption-tracking: 0;
  --text-caption-weight: 400;
  /* spacing.scale */
  --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: 56px;
  --space-9: 72px;
  --space-10: 96px;
  --space-11: 128px;
  --section-gap-desktop: 96px;
  --section-gap-mobile: 56px;
  /* radius */
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-pill: 999px;
  --radius-circle: 50%;
  /* shadow */
  --shadow-sm: 0 1px 2px rgba(38, 55, 32, 0.06);
  --shadow-md: 0 6px 16px -8px rgba(38, 55, 32, 0.18);
  --shadow-lg: 0 24px 48px -20px rgba(38, 55, 32, 0.28);
  --shadow-focus: 0 0 0 3px rgba(170, 74, 34, 0.35);
  /* motion.duration */
  --motion-duration-fast: 150ms;
  --motion-duration-base: 240ms;
  --motion-duration-slow: 420ms;
  /* motion.easing */
  --motion-easing-standard: cubic-bezier(0.2, 0, 0, 1);
  --motion-easing-emphasized: cubic-bezier(0.3, 0, 0, 1.1);
}

/* Typography utility classes — apply directly to mirror the scale */
.text-display {
  font-family: var(--font-display);
  font-size: var(--text-display-size);
  line-height: var(--text-display-line-height);
  letter-spacing: var(--text-display-tracking);
  font-weight: var(--text-display-weight);
}
.text-h1 {
  font-family: var(--font-display);
  font-size: var(--text-h1-size);
  line-height: var(--text-h1-line-height);
  letter-spacing: var(--text-h1-tracking);
  font-weight: var(--text-h1-weight);
}
.text-h2 {
  font-family: var(--font-display);
  font-size: var(--text-h2-size);
  line-height: var(--text-h2-line-height);
  letter-spacing: var(--text-h2-tracking);
  font-weight: var(--text-h2-weight);
}
.text-h3 {
  font-family: var(--font-display);
  font-size: var(--text-h3-size);
  line-height: var(--text-h3-line-height);
  letter-spacing: var(--text-h3-tracking);
  font-weight: var(--text-h3-weight);
}
.text-body {
  font-family: var(--font-body);
  font-size: var(--text-body-size);
  line-height: var(--text-body-line-height);
  letter-spacing: var(--text-body-tracking);
  font-weight: var(--text-body-weight);
}
.text-body-sm {
  font-family: var(--font-body);
  font-size: var(--text-body-sm-size);
  line-height: var(--text-body-sm-line-height);
  letter-spacing: var(--text-body-sm-tracking);
  font-weight: var(--text-body-sm-weight);
}
.text-ui {
  font-family: var(--font-body);
  font-size: var(--text-ui-size);
  line-height: var(--text-ui-line-height);
  letter-spacing: var(--text-ui-tracking);
  font-weight: var(--text-ui-weight);
}
.text-eyebrow {
  font-family: var(--font-body);
  font-size: var(--text-eyebrow-size);
  line-height: var(--text-eyebrow-line-height);
  letter-spacing: var(--text-eyebrow-tracking);
  font-weight: var(--text-eyebrow-weight);
  text-transform: var(--text-eyebrow-transform);
}
.text-caption {
  font-family: var(--font-body);
  font-size: var(--text-caption-size);
  line-height: var(--text-caption-line-height);
  letter-spacing: var(--text-caption-tracking);
  font-weight: var(--text-caption-weight);
}
