/* =====================================================
   Thattukada UI - Base Styles & Material Icons
===================================================== */

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.filled-icon {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.soft-shadow {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Utility to hide scrollbar for horizontal scrolling filter chips */
.hide-scrollbar::-webkit-scrollbar { display: none; }
.hide-scrollbar { -ms-overflow-style: none; scrollbar-width: none; }