body {
    font-family: 'Inter', sans-serif;
    background-color: #f8faf9;
    color: #1a1a2e;
}

.glass-card {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(229, 231, 235, 0.5);
}

.hover-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.nav-blur {
    backdrop-filter: blur(16px);
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.scroll-custom::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scroll-custom::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-custom::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.scroll-custom::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}