@font-face {
    font-display: swap;
    font-family: Roboto-Regular;
    font-style: normal;
    src: url(../fonts/Roboto/Roboto-Regular.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Regular.woff) format('woff'),
    url(../fonts/Roboto/Roboto-Regular.eot) format('embedded-opentype'),
    url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: Roboto-Medium;
    font-style: normal;
    src: url(../fonts/Roboto/Roboto-Medium.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Medium.woff) format('woff'),
    url(../fonts/Roboto/Roboto-Medium.eot) format('embedded-opentype'),
    url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: Roboto-Bold;
    font-style: normal;
    src: url(../fonts/Roboto/Roboto-Bold.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Bold.woff) format('woff'),
    url(../fonts/Roboto/Roboto-Bold.eot) format('embedded-opentype'),
    url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}

@font-face {
    font-display: swap;
    font-family: Roboto-Light;
    font-style: normal;
    src: url(../fonts/Roboto/Roboto-Light.woff2) format('woff2'),
    url(../fonts/Roboto/Roboto-Light.woff) format('woff'),
    url(../fonts/Roboto/Roboto-Light.eot) format('embedded-opentype'),
    url(../fonts/Roboto/Roboto-Light.ttf) format('truetype');
}