/* GLOBAL */
body {
    font-family: "Roboto", sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif !important;
}

.logo-sidebar {
    width: 200px !important;
    height: 50px !important;
    object-fit: cover !important;
}

.logo-navbar {
    width: 125px !important;
    height: 30px !important;
    object-fit: cover !important;
}

.shadow-top {
    box-shadow: 0 -4px 6px -1px #00000033, 0 -2px 4px -1px #0000001A;
}

@media (max-width: 767px) {
    .logo-navbar {
        width: 50px !important;
        height: 25px !important;
    }
}