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

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

.shadow-card {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

/* Base link transitions */
a {
    transition: all 0.2s ease-in-out;
}
