:root {
  color-scheme: dark;

  --color-black: #0d0d0f;
  --color-ink: #080809;
  --color-graphite: #141519;
  --color-charcoal: #1b1c21;
  --color-charcoal-soft: rgba(255, 255, 255, 0.045);
  --color-line: rgba(255, 255, 255, 0.12);
  --color-line-strong: rgba(255, 255, 255, 0.18);
  --color-text-primary: #ffffff;
  --color-text-secondary: rgba(255, 255, 255, 0.74);
  --color-text-muted: rgba(255, 255, 255, 0.52);
  --color-light: #f5f3ee;
  --color-light-soft: #ebe8df;
  --color-light-text: #151515;
  --color-light-muted: rgba(21, 21, 21, 0.66);
  --color-light-line: rgba(13, 13, 15, 0.12);
  --color-gold: #c8a96a;
  --color-gold-deep: #9e7d3e;
  --color-gold-soft: rgba(200, 169, 106, 0.2);

  --font-heading: "Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, sans-serif;

  --space-2xs: 0.5rem;
  --space-xs: 0.75rem;
  --space-sm: 1rem;
  --space-md: 1.5rem;
  --space-lg: 2rem;
  --space-xl: 3rem;
  --space-2xl: 5rem;
  --space-3xl: 7.5rem;
  --space-4xl: 10rem;

  --container: 78rem;
  --container-narrow: 64rem;
  --radius-xs: 0.375rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1rem;
  --shadow-soft: 0 1.5rem 4rem rgba(0, 0, 0, 0.28);
  --transition-fast: 160ms ease;
  --transition-medium: 260ms ease;
}
