@font-face {
    font-family: 'Roboto';
    src:   
        url(../assets/fonts/Roboto-Medium.ttf) format('truetype');    
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
}
