@font-face {
    font-family: 'roboto';
    src: url('/res/roboto.ttf') format('opentype');
}



* {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}