/* ============================================================
   Material Symbols Rounded - Local Font
   Ubicación del font:
   /static/core/icons/material/MaterialSymbolsRounded.woff2
   ============================================================ */

@font-face {
    font-family: 'Material Symbols Rounded';
    src: url('/static/core/icons/material/material-symbols.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* Clase base para usar los iconos */
.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}