/* After Tailwind: block inherited uppercase/letter-spacing from breaking icon ligatures */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: 0 !important;
    word-spacing: normal !important;
    text-transform: none !important;
    font-feature-settings: 'liga' 1, 'calt' 1 !important;
    -webkit-font-feature-settings: 'liga' 1, 'calt' 1 !important;
    font-variant-ligatures: normal !important;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
}

.material-symbols-outlined.font-light {
    font-weight: 300 !important;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24 !important;
}

.material-symbols-outlined.font-extralight {
    font-weight: 200 !important;
    font-variation-settings: 'FILL' 0, 'wght' 200, 'GRAD' 0, 'opsz' 24 !important;
}
