@font-face {
    font-family: 'NotoSans';
    src: url('NotoSansDisplay-VariableFont_wdth,wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap; /* Empfohlen für besseres Laden */

}

@font-face {
    font-family: 'NotoSans';
    src: url('SUSEMono-Italic-VariableFont_wght.ttf') format('truetype-variations');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap; /* Empfohlen für besseres Laden */
}