:root {
  --color-ink: #191516;
  --color-ink-soft: #2b2627;
  --color-paper: #f2eee8;
  --color-paper-deep: #e8e0d6;
  --color-white: #fffdf9;
  --color-muted: #716a67;
  --color-border: rgba(25, 21, 22, 0.18);
  --color-border-light: rgba(255, 253, 249, 0.24);
  --color-accent: #c9a25f;
  --color-accent-soft: #e4d3af;
  --color-rose: #a75f72;
  --color-success: #2e6f4f;
  --color-error: #a83f3f;

  --font-display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --font-body: "Avenir Next", "Helvetica Neue", Helvetica, sans-serif;

  --text-xs: 0.72rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: clamp(1.05rem, 1.3vw, 1.25rem);
  --text-xl: clamp(1.4rem, 2.2vw, 2rem);
  --text-2xl: clamp(2.6rem, 6.2vw, 6.6rem);
  --text-3xl: clamp(3.3rem, 8.4vw, 8.8rem);

  --space-1: 0.5rem;
  --space-2: 0.75rem;
  --space-3: 1rem;
  --space-4: 1.5rem;
  --space-5: 2rem;
  --space-6: 3rem;
  --space-7: 4.5rem;
  --space-8: 7rem;
  --space-9: 10rem;

  --container: 90rem;
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --radius-sm: 0.25rem;
  --radius-md: 1.25rem;
  --radius-lg: 2.5rem;
  --shadow-soft: 0 1.5rem 4rem rgba(25, 21, 22, 0.12);
  --transition: 260ms cubic-bezier(0.2, 0.7, 0.2, 1);
  --transition-slow: 700ms cubic-bezier(0.22, 1, 0.36, 1);
  --header-height: 5rem;
  --z-header: 50;
  --z-modal: 100;
}
