:root {
  /* Brand Colors */
  --brand-green: #2f6f3e;
  --brand-gold: #d9b878;
  --brand-cream: #f7f3e9;
  --brand-gray: #4a4a4a;

  /* Scorecard Accents */
  --score-birdie: #2fa84f;
  --score-bogey: #c94f4f;
  --score-eagle: #1e7a3c;

  /* Typography */
  --font-primary: "Inter", sans-serif;
  --font-accent: "Playfair Display", serif;

  /* Spacing Scale */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;

  /* Radii */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
}
