@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(roboto/roboto-v30-latin-300.eot); /* for IE6-8 */
    src: local('Roboto Light'),
    local('Roboto-Light'),
    url(roboto/roboto-v30-latin-300.woff2) format('woff2'),
    url(roboto/roboto-v30-latin-300.woff) format('woff'),
    url(roboto/roboto-v30-latin-300.ttf) format('truetype'),
    url(roboto/roboto-v30-latin-300.svg) format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(roboto/roboto-v30-latin-regular.eot); /* for IE6-8 */
    src: local('Roboto Regular'),
    local('Roboto-Regular'),
    url(roboto/roboto-v30-latin-regular.woff2) format('woff2'),
    url(roboto/roboto-v30-latin-regular.woff) format('woff'),
    url(roboto/roboto-v30-latin-regular.ttf) format('truetype'),
    url(roboto/roboto-v30-latin-regular.svg) format('svg');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(roboto/roboto-v30-latin-500.eot); /* for IE6-8 */
    src: local('Roboto Medium'),
    local('Roboto-Medium'),
    url(roboto/roboto-v30-latin-500.woff2) format('woff2'),
    url(roboto/roboto-v30-latin-500.woff) format('woff'),
    url(roboto/roboto-v30-latin-500.ttf) format('truetype'),
    url(roboto/roboto-v30-latin-500.svg) format('svg');
}
