
/* BOLD FONT */
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./NotoSans-Bold.ttf') format('truetype');
}
/* BOLD ITALIC FONT */
@font-face {
    font-family: 'NotoSans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('./NotoSans-BoldItalic.ttf') format('truetype');
}
/* BOLD FONT */
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('./NotoSans-SemiBold.ttf') format('truetype');
}
/* BOLD ITALIC FONT */
@font-face {
    font-family: 'NotoSans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url('./NotoSans-SemiBoldItalic.ttf') format('truetype');
}
/* MEDIUM FONT */
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('./NotoSans-Medium.ttf') format('truetype');
}
/* MEDIUM ITALIC FONT */
@font-face {
    font-family: 'NotoSans';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: url('./NotoSans-MediumItalic.ttf') format('truetype');
}
/* REGULAR ITALIC FONT */
@font-face {
    font-family: 'NotoSans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('./NotoSans-Italic.ttf') format('truetype');
}
/* REGULAR FONT */
@font-face {
    font-family: 'NotoSans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./NotoSans-Regular.ttf') format('truetype');
}