/* =============================================================================
   Fontes de marque NoCode Factory
   - FFF Acid Grotesk (auto-hébergée, .otf) : corps + UI
   - Mohave (Google Fonts, chargée via <link> dans le HTML) : display
   ========================================================================== */

@font-face {
  font-family: "Acid Grotesk";
  src: url("fonts/AcidGrotesk-Light.otf") format("opentype");
  font-weight: 300; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Acid Grotesk";
  src: url("fonts/AcidGrotesk-LightItalic.otf") format("opentype");
  font-weight: 300; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Acid Grotesk";
  src: url("fonts/AcidGrotesk-Regular.otf") format("opentype");
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Acid Grotesk";
  src: url("fonts/AcidGrotesk-Italic.otf") format("opentype");
  font-weight: 400; font-style: italic; font-display: swap;
}
@font-face {
  font-family: "Acid Grotesk";
  src: url("fonts/AcidGrotesk-Medium.otf") format("opentype");
  font-weight: 500; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Acid Grotesk";
  src: url("fonts/AcidGrotesk-Bold.otf") format("opentype");
  font-weight: 700; font-style: normal; font-display: swap;
}
