/* Material Symbols Outlined — catálogo completo (Apache License 2.0 · Google)
   Self-hosted WOFF2 · peso 400, opsz 24, FILL 0, GRAD 0 (~319 KB).
   Ruta JSF: ?ln=tipografias (mismo patrón que Vollkorn / HelveticaNeue). */

@font-face {
    font-family: "Material Symbols Outlined";
    font-style: normal;
    font-weight: 400;
    src: url("MaterialSymbolsOutlined.woff2?ln=tipografias") format("woff2");
    font-display: block;
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: var(--icon-size-md);
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}
