@font-face {
    font-family: "Material Symbols Outlined";
    src: url("material-symbols-outlined.woff2") format("woff2");
    font-weight: 100 700;
    font-style: normal;
    font-display: block; /* evita el flash de texto */
}

.material-symbols-outlined {
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: 'liga'; /* mantiene las ligaduras */
}