:root {
  /* Colors */
  --color-primary: #1a6b4a; /* Deep emerald green */
  --color-accent: #c9a84c; /* Gold */
  --color-bg: #0d1117; /* Background dark */
  --color-surface: #161b22; /* Surface */
  --color-text: #e6edf3; /* Text */
  --color-text-muted: #8b949e;
  
  /* Typography */
  --font-main: 'Inter', 'Roboto', sans-serif;
  
  /* Spacing */
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 2rem;
  --spacing-xl: 4rem;

  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
}
