/*
  Archivo: public/fonts/material-symbols.css
  Instrucciones:
  1. Descarga el archivo de fuente Material Symbols Outlined (por ejemplo, MaterialSymbolsOutlined.woff2) desde el repositorio oficial de Google Fonts: https://github.com/google/material-design-icons/tree/master/font
  2. Coloca el archivo .woff2 en esta carpeta.
  3. Ajusta el nombre del archivo si es necesario.
*/

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('./MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2') format('woff2');
  font-display: block;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
