:root {
  --brand-primary: #ffd700;
  --brand-primary-soft: #ffe44d;
  --brand-secondary: #0a0a0a;
  --brand-surface: #141414;
  --brand-surface-raised: #1c1c1c;
  --brand-text: #f7f7f2;
  --brand-muted: #aaa;
  --brand-border: rgba(255,255,255,.14);
  --brand-dark-text: #0a0a0a;
  --font-heading: "Poppins",sans-serif;
  --font-body: "Inter",sans-serif;
  --container: 1200px;
  --section-space: clamp(5rem,9vw,9rem);
  --radius: 1.25rem;
  --shadow: 0 24px 60px rgba(0,0,0,.28);
}
