/* EDH DoE tool — self-hosted fonts (GDPR: no Google Fonts CDN).
   Copied from @fontsource/archivo + @fontsource/jetbrains-mono (latin subset),
   the same font files the rest of experimentaldesignhub.com uses.
   Relative src so the tool runs from file://, from site/public/, and live. */

@font-face{ font-family:'Archivo'; font-style:normal; font-display:swap; font-weight:400;
  src:url(archivo-latin-400-normal.woff2) format('woff2'); }
@font-face{ font-family:'Archivo'; font-style:normal; font-display:swap; font-weight:500;
  src:url(archivo-latin-500-normal.woff2) format('woff2'); }
@font-face{ font-family:'Archivo'; font-style:normal; font-display:swap; font-weight:600;
  src:url(archivo-latin-600-normal.woff2) format('woff2'); }
@font-face{ font-family:'Archivo'; font-style:normal; font-display:swap; font-weight:700;
  src:url(archivo-latin-700-normal.woff2) format('woff2'); }
@font-face{ font-family:'Archivo'; font-style:normal; font-display:swap; font-weight:800;
  src:url(archivo-latin-800-normal.woff2) format('woff2'); }
@font-face{ font-family:'Archivo'; font-style:normal; font-display:swap; font-weight:900;
  src:url(archivo-latin-900-normal.woff2) format('woff2'); }

@font-face{ font-family:'JetBrains Mono'; font-style:normal; font-display:swap; font-weight:400;
  src:url(jetbrains-mono-latin-400-normal.woff2) format('woff2'); }
@font-face{ font-family:'JetBrains Mono'; font-style:normal; font-display:swap; font-weight:500;
  src:url(jetbrains-mono-latin-500-normal.woff2) format('woff2'); }
@font-face{ font-family:'JetBrains Mono'; font-style:normal; font-display:swap; font-weight:600;
  src:url(jetbrains-mono-latin-600-normal.woff2) format('woff2'); }
