:root {
  /* Colors */
  --navy: #1A1A2E;
  --dark-blue: #16213E;
  --gold: #D4A843;
  --gold-hover: #C49A3A;
  --white: #FFFFFF;
  --off-white: #F5F5F5;
  --light-gray: #E8E8E8;
  --medium-gray: #9CA3AF;
  --body-text: #374151;
  --error: #B85042;

  /* Typography */
  --font-heading: 'Georgia', 'Times New Roman', serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;

  /* Spacing */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 3rem;
  --space-8: 4rem;
  --space-9: 6rem;
  --space-10: 8rem;

  /* Layout */
  --max-width: 1200px;
}
