/* DPDPA Forum — webfonts.
   The .fig ships no font binaries; these are the exact families it names,
   loaded from Google Fonts. Funnel Display = display + upper headings.
   Inter = everything a person reads. Outfit appears only on event/badge artifacts. */
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Inter+Tight:wght@400;500;600;700&family=Outfit:wght@200;400;600;700;800&display=swap');

/* Inter Tight stands in for the tight neo-grotesk on the Signal boards
   (Helvetica Now / Neue Haas Grotesk class). Flagged as a substitution. */
:root { --font-grotesk: "Inter Tight", Inter, -apple-system, "Helvetica Neue", Arial, sans-serif; }
