* {
    font-family: 'Inter';
}   

body {
    font-family: 'Inter';
    background-color: #f2f2f2 !important;
    overflow-x: hidden;
    scroll-behavior: smooth;
    min-height: 100%;
    color: black;
}

.blur-navbar {
    background: rgba(201, 201, 201, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #444242;
    padding: 10px 0;
}
        
.navbar-brand, .nav-link {
    font-size: 18px;
    color: #000000 !important;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: rgb(255, 0, 0) !important;
}

.navbar-brand {
    padding-left: 1rem;
}

.blur-footer {
    background: rgba(201, 201, 201, 0.2);
    -webkit-backdrop-filter: blur(5px); 
    backdrop-filter: blur(5px);
    border-top: 1px solid #444242;
}

.fw-bold {
    color: rgb(17, 17, 17) !important;
}

.alert-info strong, .alert-info span, .alert-info p {
    color: #031b2e !important;
}