/* Satoshi, self-hosted (variable font, Fontshare/ITF — licence in
 * Content/fonts/satoshi/FFL.txt).
 *
 * Replaces the Fontshare CDN link, which served weight 500 only — every
 * bolder weight on the page was browser-synthesised. The variable file
 * carries the whole 300–900 axis in one 42 KB woff2, so `font-weight: 300 900`
 * below lets the browser render any weight in that range for real.
 */

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Variable.woff2') format('woff2');
    font-weight: 300 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-VariableItalic.woff2') format('woff2');
    font-weight: 300 900;
    font-style: italic;
    font-display: swap;
}
