@font-face {
    font-family: "Roboto";
    src: local("Roboto"), url(./fonts/Roboto-Regular.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 100;
    src: local("Roboto"), url(./fonts/Roboto-Thin.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 200;
    src: local("Roboto"), url(./fonts/Roboto-Light.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 400;
    src: local("Roboto"), url(./fonts/Roboto-Regular.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 600;
    src: local("Roboto"), url(./fonts/Roboto-Medium.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 700;
    src: local("Roboto"), url(./fonts/Roboto-Bold.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    font-weight: 900;
    src: local("Roboto"), url(./fonts/Roboto-Black.ttf) format("truetype");
    font-display: swap;
}
