/* Regular */
@font-face {
    font-family: 'NotoSans';
    src: url('NotoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Italic */
@font-face {
    font-family: 'NotoSans';
    src: url('NotoSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Variable font */
@font-face {
    font-family: 'NotoSans';
    src: url('NotoSans-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
}

/* Variable font italic */
@font-face {
    font-family: 'NotoSans';
    src: url('NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
}
