/* ============================================================
   STRPLJENJE — FONTS
   Three Google Fonts, used verbatim from the source material:
   - League Spartan  → display / headings (heavy, condensed, uppercase)
   - Public Sans     → body / UI text
   - Courier Prime   → typewriter: badges, labels, ASCII diagrams
   These are the ACTUAL fonts (not substitutes). Loaded from the
   Google Fonts CDN. To self-host, replace this @import with local
   @font-face rules pointing at the .woff2 files.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Courier+Prime:ital,wght@0,400;0,700;1,400;1,700&family=League+Spartan:wght@400;500;600;700;800;900&family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
