/*!
 * Material Symbols Rounded (Google Fonts) - subconjunto servido LOCALMENTE.
 * Licensed under Apache License 2.0
 * https://github.com/google/material-design-icons/blob/master/LICENSE
 *
 * POR QUE ESTA ACA Y NO SE PIDE A fonts.googleapis.com (2026-08-19):
 * los iconos se veian como texto ("apartment", "person", "lock") en el
 * navegador de Fabio. La red del equipo llega perfecto a Google Fonts, asi que
 * lo bloqueaba una extension del navegador — pero el problema de fondo es que
 * TODA la interfaz dependia de un CDN externo. Cualquier bloqueador de
 * publicidad o de rastreo (fonts.googleapis.com esta en varias listas), una
 * politica de red corporativa o quedarse sin internet dejaba el sistema entero
 * con los nombres de los iconos escritos como texto. Bootstrap Icons ya se
 * servia local por el mismo criterio; esto lo empareja.
 *
 * Efecto lateral bienvenido: el navegador deja de avisarle a Google cada vez
 * que alguien abre el sistema.
 *
 * COMO REGENERAR EL SUBCONJUNTO cuando se agregue un icono nuevo:
 *   1. Agregar el nombre a la lista de abajo (esta ordenada alfabeticamente).
 *   2. Pedir el CSS a Google con esa lista y un User-Agent de Chrome (sin el
 *      UA moderno devuelve un formato viejo, no woff2):
 *        curl -A "<UA de Chrome>" \
 *          "https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:FILL@1&icon_names=<lista>&display=block"
 *   3. Bajar el woff2 que apunta el `src` y reemplazar
 *      fonts/material-symbols-rounded.woff2
 *
 * ICONOS INCLUIDOS (40) - un icono que no este en esta lista se ve como texto:
 *   account_tree, apartment, assignment, bolt, book, chevron_right,
 *   description, groups, help, install_desktop, inventory, inventory_2,
 *   keyboard_double_arrow_down, keyboard_double_arrow_up, local_shipping,
 *   location_on, lock, login, logout, mail, manage_accounts, menu_book,
 *   monitoring, note, note_add, payments, person, point_of_sale, price_check,
 *   receipt, receipt_long, request_quote, sell, send, shopping_cart,
 *   shopping_cart_checkout, store, summarize, sync, upload_file
 */

@font-face {
  font-family: 'Material Symbols Rounded';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/material-symbols-rounded.woff2") format('woff2');
}

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