:root {
  --button-paddingX: 1.1rem;
  --button-paddingY: 0.65rem;
  --button-radius: 5px;
  --button-fontWeight: 600;
  --button-primary-background: #a9743f;
  --button-primary-backgroundHover: #c98e54;
  --button-primary-text: #15110d;
  --typography-h1-fontFamily: "Inter Tight", "Inter", system-ui, sans-serif;
  --typography-h1-fontWeight: 700;
  --typography-h1-letterSpacing: -0.02em;
  --typography-h1-lineHeight: 1.15;
  --typography-h1-fontSize: clamp(2rem, 5vw, 3.25rem);
  --typography-h2-fontFamily: "Inter Tight", "Inter", system-ui, sans-serif;
  --typography-h2-fontWeight: 700;
  --typography-h2-letterSpacing: -0.02em;
  --typography-h2-lineHeight: 1.15;
  --typography-h2-fontSize: clamp(1.5rem, 3vw, 2.125rem);
  --prose-default-maxWidth: 46rem;
  --prose-founder-fontFamily: "Lora", "Georgia", serif;
  --prose-founder-fontSize: 1.15rem;
  --prose-founder-maxWidth: 44rem;
  --prose-founder-color: #2a2014;
  --border-width-base: 1px;
  --border-width-thick: 2px;
  --color-stone-800: #3a2e24;
  --color-stone-850: #2a211a;
  --color-stone-900: #1f1813;
  --color-stone-925: #17120f;
  --color-stone-950: #15110d;
  --color-stone-975: #100c09;
  --color-amber-500: #c98e54;
  --color-amber-600: #a9743f;
  --color-green-500: #7bae88;
  --color-green-600: #5e8c6a;
  --color-rust-500: #dd6b47;
  --color-rust-600: #c4502e;
  --color-sand-100: #ede4d3;
  --color-sand-400: #bcaf9b;
  --color-sand-600: #897c6a;
  --color-parchment-bg: #e6dac0;
  --color-parchment-ink: #2a2014;
  --color-brand-primary: #a9743f;
  --color-brand-accent: #c98e54;
  --color-brand-dark: #15110d;
  --color-brand-error: #c4502e;
  --color-brand-success: #5e8c6a;
  --color-brand-error-strong: #dd6b47;
  --color-brand-success-strong: #7bae88;
  --color-surface-ground: #15110d;
  --color-surface-ground-deep: #100c09;
  --color-surface-raised: #1f1813;
  --color-surface-inset: #17120f;
  --color-text-high: #ede4d3;
  --color-text-muted: #bcaf9b;
  --color-text-dim: #897c6a;
  --color-border-hairline: #3a2e24;
  --color-border-hairline-soft: #2a211a;
  --color-paper-bg: #e6dac0;
  --color-paper-ink: #2a2014;
  --radius-base: 5px;
  --radius-lg: 8px;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2rem;
  --space-5: 3rem;
  --space-6: 4rem;
  --maxWidth-base: 72rem;
  --maxWidth-wide: 84rem;
  --font-family-sans: "Inter", system-ui, sans-serif;
  --font-family-serif: "Lora", "Georgia", serif;
  --font-family-display: "Inter Tight", "Inter", system-ui, sans-serif;
  --font-family-mono: "JetBrains Mono", ui-monospace, monospace;
  --font-size-base: 17px;
  --font-size-lead: 1.125rem;
  --font-size-lead-compact: 1rem;
  --font-size-eyebrow: 0.8rem;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-lineHeight-tight: 1.15;
  --font-lineHeight-base: 1.6;
  --font-letterSpacing-tight: -0.02em;
  --font-letterSpacing-wide: 0.06em;
  --font-letterSpacing-wider: 0.08em;
  --font-letterSpacing-widest: 0.09em;
}
