/* ALPHA SHRED — self-hosted substitutes for the brand faces.
   Bandit Condensed -> Anton (display)
   Messina Sans     -> Inter 300 / 400 / 500 (body)
   Messina Sans Mono-> DM Mono 300 / 400 / 500 (labels)
   To use the licensed originals, add their woff2 files here and enable the
   commented block at the top of css/style.css. The stacks fall through automatically. */
@font-face { font-family: "Anton"; font-style: normal; font-weight: 400; font-display: swap; src: url("anton-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("inter-300.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("inter-400.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("inter-500.woff2") format("woff2"); }
@font-face { font-family: "DM Mono"; font-style: normal; font-weight: 300; font-display: swap; src: url("dm-mono-300.woff2") format("woff2"); }
@font-face { font-family: "DM Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("dm-mono-400.woff2") format("woff2"); }
@font-face { font-family: "DM Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("dm-mono-500.woff2") format("woff2"); }
