/*
Theme Name: NKgroup Theme
Author: スポNAGO A型
Description: NKグループの公式テーマ
Version: 1.0
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

@font-face {
    font-display: swap;
    font-family: "Zen Old Mincho";
    font-style: normal;
    font-weight: 400;
    src: url("./assets/fonts/zen-old-mincho-v13-latin-regular.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Zen Old Mincho";
    font-style: normal;
    font-weight: 500;
    src: url("./assets/fonts/zen-old-mincho-v13-latin-500.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Zen Old Mincho";
    font-style: normal;
    font-weight: 900;
    src: url("./assets/fonts/zen-old-mincho-v13-japanese_latin-900.woff2") format("woff2");
}
@font-face {
    font-display: swap;
    font-family: "Zen Kaku Gothic New";
    font-style: normal;
    font-weight: 400;
    src: url("./assets/fonts/zen-kaku-gothic-new-v18-japanese_latin-regular.woff2")
        format("woff2");
}