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