/* ============================================================
   KING Pharma & Colis — Police d'icônes Material Symbols
   AUTO-HÉBERGÉE — ne dépend plus de Google Fonts / du réseau.
   Le fichier .woff2 est dans /fonts/. Rendu visuellement
   IDENTIQUE à la version CDN. À inclure sur toute page utilisant
   <span class="material-symbols-outlined"> ou .kp-ico / .kp-ico-sm.
   ============================================================ */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  font-display: swap;
  /* 1) police LOCALE (fonctionne hors-ligne / Google bloqué)
     2) repli Google si le fichier local n'a pas été uploadé */
  src: url(../fonts/material-symbols-outlined.woff2) format('woff2'),
       url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v344/kJEPBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oDMzBwG-RpA6RzaxHMPdY40KH8nGzv3fzfVJO1Q.woff2) format('woff2');
}

.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;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* Variantes utilisées dans les tableaux de bord : même police d'icônes.
   (dashboard.css ne pose que la taille/les axes ; on garantit ici le font-family) */
.kp-ico,
.kp-ico-sm {
  font-family: 'Material Symbols Outlined';
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
