@charset "UTF-8";

/*
 * Local, page-specific font subsets for Somacode ADX.
 * Sources and licensing are documented in assets/fonts/README.md.
 */

@font-face {
    font-family: "Smiley Sans";
    src: url("assets/fonts/smiley-sans-oblique-site.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Somacode Serif";
    src: url("assets/fonts/noto-serif-sc-site.woff2") format("woff2");
    font-style: normal;
    font-weight: 200 900;
    font-display: swap;
}

@font-face {
    font-family: "Somacode Sans";
    src: url("assets/fonts/noto-sans-sc-site.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Somacode Display";
    src: url("assets/fonts/instrument-sans-site.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-stretch: 75% 100%;
    font-display: swap;
}

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

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