@font-face {
    font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'),
    url('roboto/Roboto.woff2') format('woff2'),
    url('roboto/Roboto.woff') format('woff'),
    url('roboto/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('roboto/Robotomedium.woff2') format('woff2'),
    url('roboto/Robotomedium.woff') format('woff'),
    url('roboto/Robotomedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('roboto/Robotobold.woff2') format('woff2'),
    url('roboto/Robotobold.woff') format('woff'),
    url('roboto/Robotobold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
