@font-face {
    font-family: "Zen Kaku Gothic New";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('css/fonts/ZenKakuGothicNew-Medium.woff2') format('woff2');
}
@font-face {
    font-family: "Zen Kaku Gothic New Bold";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('css/fonts/ZenKakuGothicNew-Bold.woff2') format('woff2');
}
@font-face {
    font-family: "Zen Kaku Gothic New Black";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('css/fonts/ZenKakuGothicNew-Black.woff2') format('woff2');
}
@font-face {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('css/fonts/Ubuntu-Medium.woff2') format('woff2');
}
@font-face {
    font-family: "Ubuntu Bold";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('css/fonts/Ubuntu-Bold.woff2') format('woff2');
}
@font-face {
    font-family: "Ubuntu Bold Italic";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('css/fonts/Ubuntu-BoldItalic.woff2') format('woff2');
}