@font-face { 
    font-family: "Roboto";
    src: url('../fonts/Roboto-Light.woff2'),
    url('../fonts/Roboto-Light.woff');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face { 
    font-family: "Roboto";
    src: url('../fonts/Roboto-LightItalic.woff2'),
    url('../fonts/Roboto-LightItalic.woff');
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}
@font-face { 
    font-family: "Roboto";
    src: url('../fonts/Roboto-Regular.woff2'),
    url('../fonts/Roboto-Regular.woff');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face { 
    font-family: "Roboto";
    src: url('../fonts/Roboto-Black.woff2'),
    url('../fonts/Roboto-Black.woff');
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}
