/* Font icone Material Symbols — SOTTOINSIEME con le sole icone usate dal gestionale.
   Prima si caricava il font completo (~5,2 MB!) con tutti gli assi e tutte le ~3000
   icone: pesantissimo sui PC con cache fredda o rete lenta verso Google.
   Qui chiediamo solo le icone che usiamo (~90) → ~76 KB. Un solo URL in un solo file:
   se aggiungi una nuova icona nel gestionale, aggiungila all'elenco icon_names qui sotto. */
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1&icon_names=accessibility_new,accessible,account_balance,add_card,add_circle,add_shopping_cart,air,airline_seat_flat,arrow_forward,assignment_return,assist_walker,autorenew,badge,bed,build,calendar_month,call,category,check,check_circle,chevron_left,chevron_right,contact_mail,credit_card,dark_mode,dashboard,delete,description,devices,download,draw,edit,edit_note,engineering,error,euro,euro_symbol,event,event_available,expand_less,expand_more,fact_check,forklift,groups,history,home,hourglass_top,info,inventory,inventory_2,label,light_mode,list,local_shipping,lock,logout,map,menu,monitoring,more_horiz,more_time,notifications_active,package,package_2,palette,payments,pending_actions,person,person_alert,phone_in_talk,pin_drop,play_circle,point_of_sale,print,receipt_long,savings,schedule,search,search_off,sell,shopping_cart,signature,stairs,sticky_note_2,support_agent,task_alt,timeline,undo,visibility,visibility_off,warning&display=block');

/* Classe base delle icone (autosufficiente: serve anche dove non c'è navbar.css, es. login). */
.material-symbols-rounded {
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
