body {
    background-color: #131318;
    color: #e4e1e9;
    font-family: 'Inter', sans-serif;
}

.glass-card {
    background: rgba(53, 52, 58, 0.4);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

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