@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('roboto-v51-latin-regular.woff2') format('woff2'),
        url('roboto-v51-latin-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('roboto-v51-latin-italic.woff2') format('woff2'),
        url('roboto-v51-latin-italic.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('roboto-v51-latin-700.woff2') format('woff2'),
        url('roboto-v51-latin-700.ttf') format('truetype');
}





@font-face {
    font-display: swap;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: url('ubuntu-v21-latin-regular.woff2') format('woff2'),
        url('ubuntu-v21-latin-regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    src: url('ubuntu-v21-latin-500.woff2') format('woff2'),
        url('ubuntu-v21-latin-500.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: url('ubuntu-v21-latin-700.woff2') format('woff2'),
        url('ubuntu-v21-latin-700.ttf') format('truetype');
}