/* FONTS — the system specifies D-DIN-Bold (display) and D-DIN (UI/body).
   No D-DIN binaries were supplied with the brief, so no @font-face is declared and the
   documented fallback chain (Arial Narrow -> Arial -> Verdana) renders until real files
   are dropped into assets/fonts/ and declared here. See readme.md "Fonts". */
:root{
  --font-display:"D-DIN-Bold","D-DIN","Arial Narrow",Arial,Verdana,sans-serif;
  --font-ui:"D-DIN","Arial Narrow",Arial,Verdana,sans-serif;
  --font-weight-display:700;
  --font-weight-regular:400;
  --font-weight-bold:700;
}
