/*
 * Self-hosted so the front door depends on nothing but this box.
 *
 * Latin subset only, pulled from Google Fonts and committed — the page is served
 * with no build step (README), so there is no pipeline to fetch these at deploy
 * time, and a webfont request to a third party on the one page that exists to say
 * 'we host your files ourselves' would be a poor advertisement.
 */

@font-face {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('fonts/archivo-400-800.woff2') format('woff2');
}

@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/ibm-plex-mono-400.woff2') format('woff2');
}

@font-face {
    font-family: 'IBM Plex Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('fonts/ibm-plex-mono-500.woff2') format('woff2');
}

@font-face {
    font-family: 'Instrument Sans';
    font-style: normal;
    font-weight: 400 600;
    font-display: swap;
    src: url('fonts/instrument-sans-400-600.woff2') format('woff2');
}
