@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
    background-color:rgb(245,245,245);
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 5px;
    background-color: #0000000d;
}

body::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    background-color: #0000000d;
}

body::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(135deg, #00d2ff, #0078b4);
}

h5,h6,p {
    font-family: "Outfit", serif;
}

h1,h2,h3,h4,a,span {
    font-family: "Titillium Web", serif;
}

.header-logged-out {
    background: linear-gradient(-10deg, #000e14, #003d5c);
}

.header-logged-out-nav-item>button, .header-logged-out-nav-item>a {
    font-weight:600;
}

.footer-message {
    background: linear-gradient(-10deg, #000e14, #003d5c) !important;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}

.top-bar-fixed {
    background-color:rgb(245,245,245);
}

.right-sidebar {
    background-color:rgb(245,245,245);
}

.super-sidebar {
    background-color:rgb(245,245,245);
}

.with-system-footer {
    --system-footer-height: 46px;
}

.super-sidebar .super-sidebar-nav-item.super-sidebar-nav-item-current {
    background: linear-gradient(345deg, #01b4df, #8fe7fb);
    box-shadow: 0 5px 5px rgba(141, 229, 249, 0.33);
}

.super-sidebar {
    --super-sidebar-accent-color: #45a0b3;
}

.gl-py-2 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

