/* Color Profile: Forest Green & Gold */
:root {
  --primary: #166534;
  --primary-rgb: 22, 101, 52;
  --primary-dark: #14532d;
  --primary-light: #22863a;

  --accent: #ca8a04;
  --accent-rgb: 202, 138, 4;
  --accent-light: #eab308;

  --surface: #f0fdf4;
  --surface-alt: #dcfce7;

  --text-on-primary: #fff;
  --text-on-surface: #1a2e1a;

  --cta-bg: #16a34a;
  --cta-text: #fff;

  --gradient-start: #166534;
  --gradient-end: #22863a;
}
