/* Syne */
@font-face {
    font-family: "SyneStatic";
    src: url("../fonts/syne/Syne-Regular-BF642e31d3934f5.otf")
            format("opentype"),
        url("../fonts/syne/Syne-Regular-BF642e31d37a538.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "SyneStatic";
    src: url("../fonts/syne/Syne-Bold-BF642e31d33075a.otf") format("opentype"),
        url("../fonts/syne/Syne-Bold-BF642e31d33338e.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "SyneStatic";
    src: url("../fonts/syne/Syne-Extra-BF642e31d32a227.otf") format("opentype"),
        url("../fonts/syne/Syne-Extra-BF642e31d37d3e7.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: block;
}
/* Roboto */
@font-face {
    font-family: "RobotoStatic";
    src: url("../fonts/roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
/* Jost */
@font-face {
    font-family: "JostStatic";
    src: url("../fonts/jost/Jost-800-Heavy.otf") format("opentype"),
        url("../fonts/jost/Jost-800-Heavy.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "JostStatic";
    src: url("../fonts/jost/Jost-500-Medium.otf") format("opentype"),
        url("../fonts/jost/Jost-500-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Noto Sans JP */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "NotoSansJPStatic";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/noto-sans-jp/NotoSansCJKjp-Bold.otf") format("opentype"); 
}
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "NotoSansJPStatic";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/noto-sans-jp/NotoSansCJKjp-Black.otf") format("opentype"); 
}
/* Zendots */
@font-face {
    font-family: "Zendots";
    src: url("../fonts/zendots/ZENDOTSREGULAR.TTF") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* notoSerifJP */
@font-face {
    font-family: "NotoSerifJP";
    src: url("../fonts/notoSerifJP/NotoSerifJP-Bold.otf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
