/* Regular Noto Sans */
@font-face {
    font-family: 'Noto Sans';
    src: url('/fonts/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* Example range for font-weight */
    font-stretch: 75% 125%; /* Example range for font-stretch (width) */
    font-style: normal;
}

/* Italic Noto Sans */
@font-face {
    font-family: 'Noto Sans Italic';
    src: url('/fonts/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* Example range for font-weight */
    font-stretch: 75% 125%; /* Example range for font-stretch (width) */
    font-style: italic;
}
