/* ============================================================
   Site fonts
   ------------------------------------------------------------
   The four Japanese fonts below are wired up but NOT bundled
   (their files can't be redistributed here / must be downloaded
   from the official pages). Drop the files into static/fonts/
   with these exact basenames and they take over automatically:

     kurambon.(woff2|otf|ttf)        くらむぼん (フロップデザイン)
     biru-tanima.(woff2|otf|ttf)     ビルの谷間と高架下 (Typingart)
     memoir-shikaku.(woff2|otf|ttf)  めもわーる-しかく (MODI工場)
     memokacchi.(woff2|otf|ttf)      めもかっち (やっちゃん)

   See static/fonts/README.md for download links & license notes.
   Until the files exist, close Google-Fonts stand-ins render
   (Dela Gothic One / Kaisei Decol / Kiwi Maru / Zen Kaku).
   ============================================================ */

@font-face {
    font-family: "Kurambon";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/kurambon.woff2") format("woff2"),
         url("../fonts/kurambon.otf") format("opentype"),
         url("../fonts/kurambon.ttf") format("truetype");
}

@font-face {
    font-family: "BiruTanima";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/biru-tanima.woff2") format("woff2"),
         url("../fonts/biru-tanima.otf") format("opentype"),
         url("../fonts/biru-tanima.ttf") format("truetype");
}

@font-face {
    font-family: "Memoir";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/memoir-shikaku.woff2") format("woff2"),
         url("../fonts/memoir-shikaku.otf") format("opentype"),
         url("../fonts/memoir-shikaku.ttf") format("truetype");
}

@font-face {
    font-family: "Memokacchi";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/memokacchi.woff2") format("woff2"),
         url("../fonts/memokacchi.otf") format("opentype"),
         url("../fonts/memokacchi.ttf") format("truetype");
}

/* --- self-hosted latin fallbacks (kept as deep fallbacks) --- */

@font-face {
    font-family: "Archivo Black";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/archivo-black-latin-400-normal.woff2") 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: "Space Grotesk";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/space-grotesk-latin-400-normal.woff2") 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: "Space Grotesk";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/space-grotesk-latin-700-normal.woff2") 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;
}
