/*
 * typography.css — Font-face declarations for the Satoshi typeface.
 *
 * MUST load after tokens.css and base.css. Font file paths are relative
 * to assets/css/.
 */

@font-face {
    font-family: satoshiRegularFont;
    src: url(../fonts/font-1.woff2) format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: satoshiBoldFont;
    src: url(../fonts/font-3.woff2) format("woff2");
    font-weight: 600;
    font-display: swap;
}
