/**
 * Self-hosted web fonts — Inter + Share Tech Mono
 * Ported from Google Fonts CDN so Edge / corporate browsers don't block
 * them as third-party trackers.
 */

@font-face { font-family: 'Inter'; font-style: normal; font-weight: 300; font-display: swap;
    src: url('inter/inter-w1.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 400; font-display: swap;
    src: url('inter/inter-w2.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 500; font-display: swap;
    src: url('inter/inter-w3.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 600; font-display: swap;
    src: url('inter/inter-w4.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 700; font-display: swap;
    src: url('inter/inter-w5.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 800; font-display: swap;
    src: url('inter/inter-w6.ttf') format('truetype'); }
@font-face { font-family: 'Inter'; font-style: normal; font-weight: 900; font-display: swap;
    src: url('inter/inter-w7.ttf') format('truetype'); }

@font-face { font-family: 'Share Tech Mono'; font-style: normal; font-weight: 400; font-display: swap;
    src: url('share-tech-mono/share-tech-mono.ttf') format('truetype'); }
