
@font-face{
    font-family: Regular;
    font-weight:400;
    src:url(Roboto/Roboto-Regular.ttf);
    font-display:swap
}

@font-face{
    font-family: Bold;
    font-weight: 700;
    src:url(Roboto/Roboto-Bold.ttf);
    font-display:swap;
}

@font-face{
    font-family: Medium;
    font-weight: 500;
    src:url(Roboto/Roboto-Medium.ttf);
    font-display:swap;
}