/* ============================================================
   Local Fonts — replaces all Google Fonts CDN calls
   Covers: Inter, JetBrains Mono, Fira Code, Orbitron,
           Share Tech Mono, VT323
   ============================================================ */

/* Inter */
@font-face { font-family:'Inter'; font-weight:300; font-display:swap; src:url(fonts/inter-1.ttf) format('truetype'); }
@font-face { font-family:'Inter'; font-weight:400; font-display:swap; src:url(fonts/inter-2.ttf) format('truetype'); }
@font-face { font-family:'Inter'; font-weight:500; font-display:swap; src:url(fonts/inter-3.ttf) format('truetype'); }
@font-face { font-family:'Inter'; font-weight:600; font-display:swap; src:url(fonts/inter-4.ttf) format('truetype'); }
@font-face { font-family:'Inter'; font-weight:700; font-display:swap; src:url(fonts/inter-5.ttf) format('truetype'); }
@font-face { font-family:'Inter'; font-weight:800; font-display:swap; src:url(fonts/inter-6.ttf) format('truetype'); }
@font-face { font-family:'Inter'; font-weight:900; font-display:swap; src:url(fonts/inter-7.ttf) format('truetype'); }

/* JetBrains Mono */
@font-face { font-family:'JetBrains Mono'; font-weight:400; font-display:swap; src:url(fonts/jetbrains-1.ttf) format('truetype'); }
@font-face { font-family:'JetBrains Mono'; font-weight:500; font-display:swap; src:url(fonts/jetbrains-2.ttf) format('truetype'); }
@font-face { font-family:'JetBrains Mono'; font-weight:600; font-display:swap; src:url(fonts/jetbrains-3.ttf) format('truetype'); }
@font-face { font-family:'JetBrains Mono'; font-weight:700; font-display:swap; src:url(fonts/jetbrains-4.ttf) format('truetype'); }

/* Fira Code */
@font-face { font-family:'Fira Code'; font-weight:400; font-display:swap; src:url(fonts/firacode-1.ttf) format('truetype'); }
@font-face { font-family:'Fira Code'; font-weight:500; font-display:swap; src:url(fonts/firacode-2.ttf) format('truetype'); }

/* Orbitron */
@font-face { font-family:'Orbitron'; font-weight:400; font-display:swap; src:url(fonts/orbitron-1.ttf) format('truetype'); }
@font-face { font-family:'Orbitron'; font-weight:500; font-display:swap; src:url(fonts/orbitron-2.ttf) format('truetype'); }
@font-face { font-family:'Orbitron'; font-weight:700; font-display:swap; src:url(fonts/orbitron-3.ttf) format('truetype'); }

/* Share Tech Mono */
@font-face { font-family:'Share Tech Mono'; font-weight:400; font-display:swap; src:url(fonts/sharetechmono-1.ttf) format('truetype'); }

/* VT323 */
@font-face { font-family:'VT323'; font-weight:400; font-display:swap; src:url(fonts/vt323-1.ttf) format('truetype'); }
