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

@font-face {
    font-family: "Roboto-Light";
    font-display: swap;
    font-weight: 300;
    font-style: normal;
    font-display: optional;
    src: url(Roboto-Light.ttf);
}

@font-face {
    font-family: "Roboto-Regular";
    font-display: swap;
    font-display: optional;
    src: url(Roboto-Regular.ttf);
}

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

@font-face {
    font-family: "Roboto-Medium";
    font-display: swap;
    font-display: optional;
    src: url(Roboto-Medium.ttf);
}

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

@font-face {
    font-family: "Roboto-Bold";
    font-display: swap;
    font-display: optional;
    src: url(Roboto-Bold.ttf);
}