/*
 * forge-fonts.css — Platform font catalog
 *
 * Self-hosted webfonts. Latin subset. font-display: block kills FOUT.
 *
 * To add a font: tools/scratch/fetch-fonts.js (point at a different
 *   family= URL on Google Fonts CSS2 endpoint).
 *
 * To use a font on a page:
 *   <link rel="stylesheet" href="/_assets/forge-fonts.css?v=cart-storage-v189">
 *   <link rel="preload" as="font" type="font/woff2" crossorigin
 *         href="/_assets/forge-fonts/{slug}/{slug}.woff2?v=cart-storage-v189">
 *
 * NEVER reference fonts.googleapis.com or other external font CDNs in
 * client code. validate-no-external-fonts.js enforces this.
 */

@font-face {
    font-family: 'Bevan';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/_assets/forge-fonts/bevan/bevan.woff2?v=cart-storage-v189') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url('/_assets/forge-fonts/nunito/nunito.woff2?v=cart-storage-v189') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url('/_assets/forge-fonts/nunito/nunito.woff2?v=cart-storage-v189') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url('/_assets/forge-fonts/nunito/nunito.woff2?v=cart-storage-v189') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-display: block;
    src: url('/_assets/forge-fonts/nunito/nunito.woff2?v=cart-storage-v189') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
