/* Material Symbols Outlined Configuration */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    /* Force override */
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred default size */
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Support for variable font features */
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Allow overriding FILL via class */
.material-symbols-outlined.fill-1 {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}