/* Isoleren365 — brand tokens voor de isolatie-indicatietool */
:root {
  --brand:          #1c6b3a;
  --brand-soft:     #e8f5ed;
  --brand-deep:     #155230;
  --brand-dark:     #0f2016;
  --page:           #f4f7f5;
  --surface:        #fafcfb;
  --line:           #cfe0d6;
  --muted:          #5a7060;
  --muted-2:        #2d4535;
  --ink:            #1a2920;
  --brand-rgb:      28, 107, 58;
  --brand-soft-rgb: 232, 245, 237;
  --g-font-sans:    'Segoe UI', system-ui, -apple-system, sans-serif;
}
