:root {
  --color-background: #000000;
  --color-surface-dark: #323131;
  --color-surface-light: #ffffff;
  --color-surface-muted: #d9d9d9;
  --color-surface-cream: #fef8eb;
  --color-text-dark: #000000;
  --color-text-light: #fef8eb;
  --color-text-muted: #645757;
  --color-accent: #ef3535;
  --color-accent-alt: #ff4d6d;
  --color-border: rgba(255, 255, 255, 0.16);
  --color-shadow: rgba(0, 0, 0, 0.24);

  --font-body: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Martel', Georgia, serif;
  --font-hero: 'Istok Web', 'Inter', sans-serif;

  --container-width: 1200px;
  --space-2xs: 0.25rem;
  --space-xs: 0.5rem;
  --space-sm: 0.75rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 5rem;

  --radius-sm: 0.5rem;
  --radius-md: 0.75rem;
  --radius-lg: 1.25rem;

  --shadow-card: 0 18px 44px var(--color-shadow);
  --transition-default: 180ms ease;
}
