@font-face {
    font-family: "ubuntu";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url("fonts/Ubuntu/Ubuntu-Bold.ttf");
}

@font-face {
    font-family: "ubuntu";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("fonts/Ubuntu/Ubuntu-Regular.ttf");
}