@font-face {
    font-family: 'Roboto';
    src: url("../Fonts/Roboto-Light.woff") format("woff"),
        url("../Fonts/Roboto-Light.woff2") format("woff2");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("../Fonts/Roboto-Light-Italic.woff") format("woff"),
         url("../Fonts/Roboto-Light-Italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url("../Fonts/Roboto-Medium.woff") format("woff"),
        url("../Fonts/Roboto-Medium.woff2") format("woff2");
    font-weight: 500;
    font-display: swap;
}
