@font-face {
    font-family: "han2-light";
    /* src: url("./fonts/SourceHanSansJP-Light.otf"); */
    src: url("./fonts/SourceHanSansJP-Light-min.otf");
    font-display: swap;
}
@font-face {
    font-family: "han2-normal";
    /* src: url("./fonts/SourceHanSansJP-Normal.otf"); */
    src: url("./fonts/SourceHanSansJP-Normal-min.otf");
    font-display: swap;
}
@font-face {
    font-family: "han2-medium";
    /* src: url("./fonts/SourceHanSans-Medium.otf"); */
    src: url("./fonts/SourceHanSans-Medium-min.otf");
    font-display: swap;
}
@font-face {
    font-family: "han2-regular";
    /* src: url("./fonts/SourceHanSansJP-Regular.otf"); */
    src: url("./fonts/SourceHanSansJP-Regular-min.otf");
    font-display: swap;
}
@font-face {
    font-family: "oswald-regular";
    src: url("./fonts/oswald/Oswald-Regular.ttf");
    font-display: swap;
}
.font-YuGoPr6N {
    /* font-family:"YuGoPr6N Regular-83pv-RKSJ-H◆"; */
    font-family: "游ゴシック", "YuGothic", sans-serif;
}
@font-face {
    font-family: "din2014";
    src: url("./fonts/DIN-2014_Demi.otf");
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("./fonts/assets/css/fonts/NotoSansJP-VariableFont_wght.ttf") format('ttf');
}