/* Ian McDougall for Mayor of Scugog — colour tokens.
   Single source of truth. Never redefine these downstream.
   Ratios measured against --ink #17191C per WCAG 2.1 relative luminance. */

:root {
  --ink: #17191C;     /* primary field; body text on light ground */
  --sign: #F5B72C;    /* signature accent; 9.81:1 on ink, 1.80:1 on white */
  --fog: #B9BCC0;     /* secondary text on ink; 9.24:1 */
  --slate: #5A6169;   /* hairlines and borders; 2.81:1 — never text */
  --bone: #F3F1EC;    /* light field; primary text on ink; 15.60:1 */
  --white: #FFFFFF;   /* paper */

  --display: "Archivo", system-ui, sans-serif;
  --body: "Figtree", system-ui, sans-serif;
}
