/* ---------Noto Serif JP Fonts-------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;200;300;400;500;600;700;800&display=swap');

/* ---------Montserrat Fonts-------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

/* ---------Noto Sans JP Fonts-------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&display=swap');

/* ---------Satoshi Fonts-------- */
@font-face {
    font-family: "Satoshi";
    src: url(../fonts/Satoshi-Variable-CFg-z2ne.woff2) format("woff2"), url(../fonts/Satoshi-Variable-CFg-z2ne.woff) format("woff"), url(../fonts/Satoshi-Variable-CFg-z2ne.ttf) format("truetype");
    font-weight: 200 900;
    font-style: normal;
    font-display: swap
}

/* ---------Helvetica Fonts-------- */
@font-face {
    font-family: "Helvetica";
    src: url(../fonts/Helvetica.ttf) format("truetype");
    font-weight: 200 900;
    font-style: normal;
    font-display: swap
}

/* ---------Avenir Fonts-------- */
@font-face {
    font-family: 'Koburina Gothic StdN W0';
    src: url('../fonts/KoburinaStdN-W0.otf') format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: 'Koburina Gothic StdN W1';
    src: url('../fonts/KoburinaStdN-W1.otf') format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: 'Koburina Gothic StdN W3';
    src: url('../fonts/KoburinaStdN-W3.otf') format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: 'Koburina Gothic StdN W6';
    src: url('../fonts/KoburinaStdN-W6.otf') format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: 'Koburina Gothic StdN W9';
    src: url('../fonts/KoburinaStdN-W9.otf') format("opentype");
    font-weight: 400;
}

/* ---------Avenir Fonts-------- */
@font-face {
    font-family: 'Avenir Heavy';
    src: url('../fonts/avenir-heavy.ttf') format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Avenir Roman';
    src: url('../fonts/avenir-roman.ttf') format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Avenir Medium';
    src: url('../fonts/avenir-medium.ttf') format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: 'Avenir Light';
    src: url('../fonts/avenir-light.ttf') format("truetype");
    font-weight: 400;
}