:root, [data-theme="paper"] {
  --surface-page: #f5f1e9;
  --surface-raised: #fffcf6;
  --surface-sunken: #eae4d8;
  --surface-ink: #0f1c19;
  --surface-ink-raised: #172723;
  --surface-accent-soft: #f6e4dc;
  --ink: #141f1c;
  --ink-muted: #47554f;
  --ink-subtle: #59665f;
  --ink-on-ink: #f1ede4;
  --ink-on-ink-muted: #aeb9b4;
  --accent: #a6321c;
  --accent-strong: #832313;
  --accent-on-ink: #e8836b;
  --accent-quiet: #dda995;
  --on-accent: #fffcf6;
  --line: #d7d0c2;
  --line-strong: #6f6a5e;
  --line-on-ink: #65746f;
  --focus: #0d4a3c;
  --focus-on-ink: #6ed5b8;
  --scrim: rgba(15, 28, 25, 0.62);
  --scrim-soft: rgba(15, 28, 25, 0.28);
  --shadow-raise: 0 1px 2px rgba(20, 31, 28, 0.06), 0 8px 24px rgba(20, 31, 28, 0.06);
  --shadow-lift: 0 2px 4px rgba(20, 31, 28, 0.08), 0 18px 48px rgba(20, 31, 28, 0.12);
  --shadow-ink: 0 24px 64px rgba(15, 28, 25, 0.28);
  --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;
  --space-10: 144px;
  --radius-none: 0;
  --radius-xs: 2px;
  --radius-sm: 4px;
  --radius-pill: 999px;
  --duration-instant: 90ms;
  --duration-fast: 180ms;
  --duration-base: 320ms;
  --duration-slow: 560ms;
  --duration-reveal: 780ms;
  --duration-ken: 16000ms;
  --ease-standard: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-entrance: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-exit: cubic-bezier(0.4, 0, 1, 1);
  --ease-line: cubic-bezier(0.65, 0, 0.35, 1);
  --opacity-hidden: 0;
  --opacity-quiet: 0.55;
  --opacity-grain: 0.07;
  --font-display: "Instrument Serif", "Iowan Old Style", Georgia, serif;
  --font-sans: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, Menlo, monospace;
}
[data-theme="chambers"] {
  --surface-page: #0d1614;
  --surface-raised: #15201d;
  --surface-sunken: #080f0e;
  --surface-ink: #050a09;
  --surface-ink-raised: #101a18;
  --surface-accent-soft: #2a160f;
  --ink: #f1ede4;
  --ink-muted: #a7b2ad;
  --ink-subtle: #8a958f;
  --ink-on-ink: #f1ede4;
  --ink-on-ink-muted: #aeb9b4;
  --accent: #e4735a;
  --accent-strong: #f1907a;
  --accent-on-ink: #e4735a;
  --accent-quiet: #7a3524;
  --on-accent: #23100a;
  --line: #253531;
  --line-strong: #6a7873;
  --line-on-ink: #5d6b67;
  --focus: #6ed5b8;
  --focus-on-ink: #6ed5b8;
  --scrim: rgba(5, 10, 9, 0.7);
  --scrim-soft: rgba(5, 10, 9, 0.38);
  --shadow-raise: 0 1px 2px rgba(0, 0, 0, 0.5), 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-lift: 0 2px 4px rgba(0, 0, 0, 0.55), 0 18px 48px rgba(0, 0, 0, 0.5);
  --shadow-ink: 0 24px 64px rgba(0, 0, 0, 0.6);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="paper"]) {
    --surface-page: #0d1614;
    --surface-raised: #15201d;
    --surface-sunken: #080f0e;
    --surface-ink: #050a09;
    --surface-ink-raised: #101a18;
    --surface-accent-soft: #2a160f;
    --ink: #f1ede4;
    --ink-muted: #a7b2ad;
    --ink-subtle: #8a958f;
    --ink-on-ink: #f1ede4;
    --ink-on-ink-muted: #aeb9b4;
    --accent: #e4735a;
    --accent-strong: #f1907a;
    --accent-on-ink: #e4735a;
    --accent-quiet: #7a3524;
    --on-accent: #23100a;
    --line: #253531;
    --line-strong: #6a7873;
    --line-on-ink: #5d6b67;
    --focus: #6ed5b8;
    --focus-on-ink: #6ed5b8;
    --scrim: rgba(5, 10, 9, 0.7);
    --scrim-soft: rgba(5, 10, 9, 0.38);
    --shadow-raise: 0 1px 2px rgba(0, 0, 0, 0.5), 0 8px 24px rgba(0, 0, 0, 0.4);
    --shadow-lift: 0 2px 4px rgba(0, 0, 0, 0.55), 0 18px 48px rgba(0, 0, 0, 0.5);
    --shadow-ink: 0 24px 64px rgba(0, 0, 0, 0.6);
  }
}
.display-hero {
  font-family: var(--font-display);
  font-size: 76px;
  line-height: 70px;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.display-1 {
  font-family: var(--font-display);
  font-size: 52px;
  line-height: 52px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.display-2 {
  font-family: var(--font-display);
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: -0.015em;
}
.display-3 {
  font-family: var(--font-display);
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.01em;
}
.figure {
  font-family: var(--font-display);
  font-size: 72px;
  line-height: 64px;
  font-weight: 400;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
}
.quote {
  font-family: var(--font-display);
  font-size: 28px;
  line-height: 38px;
  font-weight: 400;
  font-style: italic;
}
.lede {
  font-family: var(--font-sans);
  font-size: 21px;
  line-height: 32px;
  font-weight: 400;
  letter-spacing: -0.005em;
}
.body {
  font-family: var(--font-sans);
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}
.body-sm {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
.label {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.eyebrow {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.14em;
}
.meta {
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
