@charset "UTF-8";
/* ----------Font Family Noto Sans Jp------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
/* ----------Font Family Din 2014------- */
@font-face {
    font-family: 'DIN 2014 Narrow';
    src: url('../font/DIN_2014_Narrow.otf') format("opentype");
    font-weight: 300;
}
@font-face {
    font-family: 'DIN 2014';
    src: url('../font/DIN_2014.otf') format("opentype");
    font-weight: 400;
}