/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 48:0 Unexpected "<"

**/
<style>
  /* 1. IMPORTATION DE LA POLICE */
  @font-face {
    font-family: "Brandon Grotesque";
    src: url("/cdn/shop/files/brandongrotesque.woff?v=1768774003") format("woff"),
         url("/cdn/shop/files/BrandonGrotesque.ttf?v=1768774350") format("ttf");
    font-weight: normal;
    font-display: swap;
  }

  /* 2. FORCE LA TYPO PARTOUT (SANS CHANGER LES COULEURS) */
  html, body, p, a, li, span, div:not([class*="icon"]):not([class*="svg"]):not([class*="fa-"]) {
    font-family: "Brandon Grotesque", sans-serif !important;
  }

  /* 3. FORCE LE GRAS SUR LES TITRES & NAVIGATION (SANS CHANGER LES COULEURS) */
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, 
  .mmenu span, .footer-list-title, .prd-card--title, .prd-title, .price {
    font-family: "Brandon Grotesque", sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
  }

  /* 4. STYLE DES BOUTONS (Garde tes couleurs, force l'arrondi et la typo) */
  .btn, .button, .btn--showmore, 
  button[type="submit"]:not(.search-button) {
    font-family: "Brandon Grotesque", sans-serif !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border-radius: 30px !important;
    border: none !important;
  }

  /* 5. CAS SPÉCIFIQUE : BOUTON CHALLENGE */
  /* Si tu veux qu'il reste vert/jaune comme ton header, ce code est nécessaire */
  .mmenu li a[href*="challenge"] {
    background-color: #084924 !important;
    color: #fdd44f !important;
    border-radius: 30px !important;
    padding: 8px 15px !important;
  }
</style>