:root {
  --color-primary: #f5ce0b;
  --color-secondary: #ff8c1a;
  --color-bg: #150028;
  --color-surface: #25004a;
  --color-text: #f3ecff;
  --color-muted: #c3b4e6;
  --font-heading: Oswald, Impact, system-ui, sans-serif;
  --font-body: 'Hanken Grotesk', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-size-base: 17px;
  --container-width: 1320px;
  --content-width: 760px;
}
