/* Material Symbols (sharp) — redéfinit la police « Material Icons » du thème.
   Chargé par rwagency après le thème : surcharge la source (mêmes ligatures). */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 100 700;
  src: url('files/material-symbols-sharp.woff2') format('woff2');
  font-display: block;
}
.material-icons {
  font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
  font-feature-settings: 'liga';
}
