/* ============================================================
   CHAMP BOLD — menus + accents (demande alex 14/07/2026)
   - liens de la TOP BAR (.nav-inline : Services / Projets / Agence / Contact)
   - bouton burger « Menu » (.menu-btn-label)
   - liens du menu plein écran (.menu-nav)
   - .champ-b : classe utilitaire (mot « madly » des manifestos)
   Famille SÉPARÉE ('Champ Bold') : ne touche pas au remap Medium de
   champ-medium-hero.css (partagé par tout le site, on ne l'édite pas).
   Le fichier Champ-Bold.woff2 est mappé sur TOUS les poids : quel que soit
   le font-weight forcé ailleurs (500 !important dans la hero), le tracé
   rendu est bien le Bold.
   ============================================================ */
@font-face { font-family: 'Champ Bold'; src: url('../fonts/Champ-Bold.woff2') format('woff2'); font-weight: 100 900; font-style: normal; font-display: swap; }

.nav-inline a,
.menu-btn-label,
.menu-nav a,
.champ-b {
  font-family: 'Champ Bold', 'Champ', 'Arial Black', sans-serif !important;
}
