@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-300.woff2') format('woff2'),
    url('./fonts/Roboto-300.woff') format('woff'),
    url('./fonts/Roboto-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-400.woff2') format('woff2'),
    url('./fonts/Roboto-400.woff') format('woff'),
    url('./fonts/Roboto-400.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-500.woff2') format('woff2'),
    url('./fonts/Roboto-500.woff') format('woff'),
    url('./fonts/Roboto-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('./fonts/Roboto-700.woff2') format('woff2'),
    url('./fonts/Roboto-700.woff') format('woff'),
    url('./fonts/Roboto-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}