body :is(p, li, a, span, div, td, th, label, input, textarea, select, button, small, strong, em, h1, h2, h3, h4, h5, h6) { 
  font-family: "Sirin Stencil", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* FaceDeNec : boost typographique global sans retoucher 1000 classes */
:root { --fdn-plus: 0.2pt; }

/* On cible les éléments texte les plus courants */
body :is(p, li, a, span, div, td, th, label, input, textarea, select, button, small, strong, em) {
  font-size: calc(1em + var(--fdn-plus)) !important;
}

/* On évite de casser les icônes (FontAwesome, icônes Joomla, SVG…) */
body :is(i, svg, .fa, .fas, .far, .fab, .icon, .glyphicon) {
  font-size: inherit !important;
}
body :is(h1,h2,h3,h4,h5,h6){
  font-size: inherit !important;
  font-weight: 700;
}