:root {
  --background: #111315;
  --surface: #191c1f;
  --surface-light: #22262a;
  --text-primary: #f2efe8;
  --text-secondary: #a9afb5;
  --accent: #c3a46d;
  --border: #31363b;
  --danger: #8f4343;

  --font-serif: Georgia, "Times New Roman", Times, serif;
  --font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --container: 72rem;
  --container-narrow: 58rem;
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4.5rem;
  --space-9: 6rem;

  --radius-sm: 0.25rem;
  --radius-md: 0.5rem;
  --shadow: 0 1.25rem 4rem rgba(0, 0, 0, 0.22);
  --header-height: 4.5rem;
  --transition: 180ms ease;
}
