:root {
  --brand-forest: #0D503C;
  --brand-green: #10B981;
  --brand-blue: #2563EB;
  --brand-gold: #F59E0B;
  --brand-mint: #A7F3D0;
  --brand-charcoal: #1A1A2E;
  --brand-storm: #4B5563;
  --brand-mist: #E5E7EB;
  --brand-pearl: #F8FAFB;
  --brand-red: #DC2626;
  --brand-olive: #65A30D;
  --brand-flame: #EF4444;
  --brand-gradient: linear-gradient(135deg, #0D503C, #059669);
  --brand-gradient-blue: linear-gradient(135deg, #2563EB, #06B6D4);
  --brand-gradient-gold: linear-gradient(135deg, #F59E0B, #EF4444);
  --font: 'Outfit', system-ui, sans-serif;
}
