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

@font-face {
    src: url("./fonts/Ubuntu-LightItalic.ttf") format("truetype");
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}

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

@font-face {
    src: url("./fonts/Ubuntu-Italic.ttf") format("truetype");
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

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

@font-face {
    src: url("./fonts/Ubuntu-MediumItalic.ttf") format("truetype");
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 500;
    font-display: swap;
}

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

@font-face {
    src: url("./fonts/Ubuntu-BoldItalic.ttf") format("truetype");
    font-family: "Ubuntu";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
}
