@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans Regular"), local("NotoSans-Regular"),
    url('/front/fonts//NotoSans/NotoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans Italic"), local("NotoSans-Italic"),
    url('/front/fonts//NotoSans/NotoSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans Bold"), local("NotoSans-Bold"),
    url('/front/fonts//NotoSans/NotoSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans BoldItalic"), local("NotoSans-BoldItalic"),
    url('/front/fonts//NotoSans/NotoSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans Light"), local("NotoSans-Light"),
    url('/front/fonts//NotoSans/NotoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans LightItalic"), local("NotoSans-LightItalic"),
    url('/front/fonts//NotoSans/NotoSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans Medium"), local("NotoSans-Medium"),
    url('/front/fonts//NotoSans/NotoSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans MediumItalic"), local("NotoSans-MediumItalic"),
    url('/front/fonts//NotoSans/NotoSans-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans SemiBold"), local("NotoSans-SemiBold"),
    url('/front/fonts//NotoSans/NotoSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans SemiBoldItalic"), local("NotoSans-SemiBoldItalic"),
    url('/front/fonts//NotoSans/NotoSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans ExtraBold"), local("NotoSans-ExtraBold"),
    url('/front/fonts//NotoSans/NotoSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src: url('/front/fonts//NotoSans/NotoSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans Black"), local("NotoSans-Black"),
    url('/front/fonts//NotoSans/NotoSans-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans BlackItalic"), local("NotoSans-BlackItalic"),
    url('/front/fonts//NotoSans/NotoSans-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans ExtraLight"), local("NotoSans-ExtraLight"),
    url('/front/fonts//NotoSans/NotoSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans ExtraLightItalic"), local("NotoSans-ExtraLightItalic"),
    url('/front/fonts//NotoSans/NotoSans-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans Thin"), local("NotoSans-Thin"),
    url('/front/fonts//NotoSans/NotoSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display : swap;
}

@font-face {
    font-family: "NotoSans";
    src          : local("NotoSans ThinItalic"), local("NotoSans-ThinItalic"),
    url('/front/fonts//NotoSans/NotoSans-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display : swap;
}

