/*
 * Material Symbols Outlined is bundled locally so icon ligatures do not depend
 * on Google Fonts being reachable. The font is licensed under Apache-2.0; see
 * /fonts/material-symbols/LICENSE.
 */
@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 100 700;
    font-display: block;
    src: url("../fonts/material-symbols/material-symbols-outlined.woff2") format("woff2");
}

.material-symbols-outlined {
    display: inline-block;
    direction: ltr;
    font-family: "Material Symbols Outlined";
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-feature-settings: "liga";
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    letter-spacing: normal;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

/*
 * The icon name becomes a glyph through a ligature, so anything that rewrites
 * the text - a label's text-transform: uppercase, for instance - breaks the
 * lookup and leaves the raw word ("DESCRIPTION") on screen. These declarations
 * keep the text intact even when a more specific selector wraps the icon.
 */
.material-symbols-outlined {
    text-transform: none !important;
    letter-spacing: normal !important;
}

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