:root {
  --color-background: #0b0c0e;
  --color-surface: #141518;
  --color-surface-light: #1c1d21;
  --color-text: #f2f0ea;
  --color-text-muted: #a7a7a7;
  --color-red: #c91f2c;
  --color-red-dark: #7f1019;
  --color-border: rgba(255, 255, 255, 0.14);
  --color-shadow: rgba(0, 0, 0, 0.52);
  --color-paper: rgba(242, 240, 234, 0.06);
  --font-display: "Cormorant Garamond", "Bodoni 72", Georgia, serif;
  --font-body: "Inter", "Montserrat", Arial, sans-serif;
  --font-marker: "Permanent Marker", "Comic Sans MS", cursive;
  --header-height: 78px;
  --container: min(1120px, calc(100vw - 32px));
  --radius: 8px;
  --transition: 180ms ease;
  --shadow-large: 0 28px 80px var(--color-shadow);
}
