/*
 * Bit-Stream Template – Self-hosted Fonts
 * Place the actual .woff2 files in /templates/tpl_bitstream/fonts/
 *
 * Download with:
 *   https://gwfh.mranftl.com/fonts/share-tech-mono?subsets=latin
 *   https://gwfh.mranftl.com/fonts/exo-2?subsets=latin
 *
 * Falls back to system monospace/sans if files are missing.
 */

/* Share Tech Mono */
@font-face {
    font-family: 'Share Tech Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Share Tech Mono'),
         url('../fonts/share-tech-mono-v13-latin-regular.woff2') format('woff2'),
         url('../fonts/share-tech-mono-v13-latin-regular.woff')  format('woff');
}

/* Exo 2 – weights used by the template */
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Exo 2 Light'),
         url('../fonts/exo-2-v21-latin-300.woff2') format('woff2'),
         url('../fonts/exo-2-v21-latin-300.woff')  format('woff');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Exo 2'),
         url('../fonts/exo-2-v21-latin-regular.woff2') format('woff2'),
         url('../fonts/exo-2-v21-latin-regular.woff')  format('woff');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Exo 2 SemiBold'),
         url('../fonts/exo-2-v21-latin-600.woff2') format('woff2'),
         url('../fonts/exo-2-v21-latin-600.woff')  format('woff');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Exo 2 Bold'),
         url('../fonts/exo-2-v21-latin-700.woff2') format('woff2'),
         url('../fonts/exo-2-v21-latin-700.woff')  format('woff');
}
@font-face {
    font-family: 'Exo 2';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Exo 2 Black'),
         url('../fonts/exo-2-v21-latin-900.woff2') format('woff2'),
         url('../fonts/exo-2-v21-latin-900.woff')  format('woff');
}
