@font-face {
    font-family: 'Roboto-Bold';
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
    font-family: 'Roboto-Regular';
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-Regular.ttf');
}


@font-face {
    font-family: 'Roboto-Light';
    font-display: swap;
    src: url('../fonts/Roboto/Roboto-Light.ttf');
}