/* ==========================================================================
   DOT Network — the one place fonts are declared  (audit roadmap P5-01)

   The same eight @font-face rules were written out three times: once in
   assets/css/main.css (paths relative to the stylesheet), once in
   portal/templates/dotnetwork2026/css/tokens.css (absolute paths), and the
   email portal skipped them entirely and pulled Inter from Google Fonts
   instead (removed in P4-01).

   Three copies of a font stack is how a site ends up with one surface on
   Inter 500 and another on the browser default: a weight added here has to
   be remembered in two other files. This is now the only copy, linked by all
   three surfaces. Paths are root-absolute so it can be linked from any depth.
   ========================================================================== */

@font-face{ font-family:'Inter'; font-style:normal; font-weight:400; font-display:swap; src:url('/assets/fonts/inter-400.woff2') format('woff2'); }
@font-face{ font-family:'Inter'; font-style:normal; font-weight:500; font-display:swap; src:url('/assets/fonts/inter-500.woff2') format('woff2'); }
@font-face{ font-family:'Inter'; font-style:normal; font-weight:600; font-display:swap; src:url('/assets/fonts/inter-600.woff2') format('woff2'); }
@font-face{ font-family:'Inter'; font-style:normal; font-weight:700; font-display:swap; src:url('/assets/fonts/inter-700.woff2') format('woff2'); }
@font-face{ font-family:'Inter'; font-style:normal; font-weight:800; font-display:swap; src:url('/assets/fonts/inter-800.woff2') format('woff2'); }
@font-face{ font-family:'Inter Tight'; font-style:normal; font-weight:600; font-display:swap; src:url('/assets/fonts/inter-tight-600.woff2') format('woff2'); }
@font-face{ font-family:'Inter Tight'; font-style:normal; font-weight:700; font-display:swap; src:url('/assets/fonts/inter-tight-700.woff2') format('woff2'); }
@font-face{ font-family:'Inter Tight'; font-style:normal; font-weight:800; font-display:swap; src:url('/assets/fonts/inter-tight-800.woff2') format('woff2'); }
