@font-face {
    font-family: "Ubuntu";
    src: url("/fonts/Ubuntu-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Ubuntu";
    font-weight: bold;
    src: url("/fonts/Ubuntu-Bold.ttf") format("truetype");
}

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

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

@font-face {
    font-family: "Ubuntu";
    font-weight: 100;
    src: url("/fonts/Ubuntu-Light.ttf") format("truetype");
}

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

@font-face {
    font-family: "Ubuntu";
    font-weight: 600;
    src: url("/fonts/Ubuntu-Medium.ttf") format("truetype");
}

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

body {
    font-family: Ubuntu, Roboto, sans-serif;
}

.sidebar-label:has(> .inertia-link-active) .sidebar-icon,
span.inertia-link-active {
    color: rgb(227, 5, 27);
}



