/* CAF Heating brand palette. Matches the website's current OKLCH values. */
:root {
  --caf-forest: oklch(0.30 0.048 164);
  --caf-paper: oklch(0.975 0.012 85);
  --caf-yellow: oklch(0.85 0.18 92);
  --caf-emerald: oklch(0.63 0.13 162);
  --caf-strong-green: oklch(0.55 0.12 162);
  --caf-copper: oklch(0.65 0.095 53);
  --caf-deep-emerald: oklch(0.36 0.07 162);
  --caf-ink: oklch(0.20 0.012 230);
  --caf-text: oklch(0.27 0.012 220);
  --caf-text-secondary: oklch(0.52 0.015 220);
  --caf-surface: oklch(0.997 0.002 150);
  --caf-border: oklch(0.92 0.008 155);
}
