/*
 * ADC Ready Design Tokens
 * Single source of truth for all colours.
 * Linked in layout.njk so every page inherits these vars.
 */
:root {
  --color-primary:       #D71920;
  --color-primary-hover: #B9151B;
  --color-secondary:     #087280;
  --color-secondary-background: white;
  --color-ink:           #10231D;
  --color-text:          #43514C;
  --color-bg:            white;
  --color-surface:       #F7F2EE;
  --color-border:        #E6DDD7;
  --color-tertiary:        #046307;
  --color-tertiary-background:   #DCE7E1;
  --color-white:         #FFFFFF;
  --color-aqua:          #DFF4F8;

  /* Typography */
  --font-sans:   Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif:  Lora, Georgia, "Times New Roman", serif;
}
