:root {
  --color-background: #FBF8F2;
  --color-surface: #FFFFFF;
  --color-primary: #1F1D1A;
  --color-secondary: #B08A62;
  --color-canvas: #FBF8F2;
  --color-canvas-alt: color-mix(in srgb, #FBF8F2 88%, #FFFFFF);
  --color-surface-raised: color-mix(in srgb, #FFFFFF 92%, #FBF8F2);
  --color-surface-strong: color-mix(in srgb, #1F1D1A 10%, #FFFFFF);
  --color-surface-floating: color-mix(in srgb, #FFFFFF 82%, #FBF8F2);
  --color-text: #1F1D1A;
  --color-text-muted: color-mix(in srgb, #1F1D1A 70%, #FBF8F2);
  --color-label: color-mix(in srgb, #B08A62 76%, #1F1D1A 24%);
  --color-accent: #B08A62;
  --color-accent-soft: color-mix(in srgb, #B08A62 28%, transparent);
  --color-line-soft: color-mix(in srgb, #1F1D1A 14%, transparent);
  --color-line-strong: color-mix(in srgb, #B08A62 34%, #1F1D1A 10%);
  --color-ornament: #B08A62;
  --color-selection: color-mix(in srgb, #B08A62 30%, transparent);
  --font-display: Lora;
  --font-heading: Lora;
  --font-body: Alegreya Sans;
  --font-label: Alegreya Sans;
  --font-weight-display: 400;
  --font-weight-heading: 500;
  --font-weight-body: 400;
  --font-weight-label: 600;
  --tracking-display: -0.03em;
  --tracking-heading: -0.02em;
  --tracking-label: 0.12em;
  --line-height-body: 1.7;
  --radius-card: 1.25rem;
  --radius-media: 1rem;
  --radius-control: 999px;
  --radius-pill: 999px;
  --radius-portrait: 999px;
  --page-max-width: 82rem;
  --page-reading-width: 48rem;
  --measure-reading: 48rem;
  --space-section: 6.5rem;
  --space-module-gap: 1.8rem;
  --space-module-padding: 1.9rem;
  --duration-fast: 180ms;
  --duration-calm: 400ms;
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-soft: 0 20px 50px rgba(20, 20, 20, 0.08);
  --shadow-glow: 0 0 0 rgba(0, 0, 0, 0);
  --divider-thread: linear-gradient(90deg, transparent 0%, var(--color-ornament) 18%, var(--color-ornament) 82%, transparent 100%);
  --button-primary-bg: #1F1D1A;
  --button-primary-color: #FFFFFF;
  --button-primary-border: #1F1D1A;
  --button-secondary-bg: transparent;
  --button-secondary-color: #1F1D1A;
  --button-secondary-border: color-mix(in srgb, #1F1D1A 14%, transparent);
  --button-link-color: #B08A62;
  --input-bg: #FFFFFF;
  --input-border: color-mix(in srgb, #1F1D1A 14%, transparent);
  --input-text: #1F1D1A;
  --input-focus: #B08A62;
}
