@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

body {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.app-container {
    background-image: linear-gradient(180deg, #0C1A43 0%, #1A2B65 100%);
}

.glass-card {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.card-gradient {
    background: linear-gradient(105deg, #3832CF, #605CFF);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-item.active i,
.nav-item.active span {
    color: #FFFFFF;
}

.nav-item.active {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 9999px;
}
