/* Self-hosted Syne + IBM Plex Mono (latin subset), vendored from Google Fonts
   to avoid third-party DNS/TLS round trips on every page load. */

@font-face {
    font-family: 'Syne';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../lib/fonts/syne-v24-latin.woff2') format('woff2');
}

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

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

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