/* usershaped self-hosted fonts — no external font requests at runtime (GDPR).
   Barlow (display + UI) 400/500/600/700 · Martian Mono (numerals, labels) 400/500. */

@font-face { font-family: "Barlow"; font-style: normal; font-weight: 400;
  font-display: swap; src: url("barlow-400.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 500;
  font-display: swap; src: url("barlow-500.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 600;
  font-display: swap; src: url("barlow-600.woff2") format("woff2"); }
@font-face { font-family: "Barlow"; font-style: normal; font-weight: 700;
  font-display: swap; src: url("barlow-700.woff2") format("woff2"); }
@font-face { font-family: "Martian Mono"; font-style: normal; font-weight: 400;
  font-display: swap; src: url("martian-mono-400.woff2") format("woff2"); }
@font-face { font-family: "Martian Mono"; font-style: normal; font-weight: 500;
  font-display: swap; src: url("martian-mono-500.woff2") format("woff2"); }
