/* --- MONTSERRAT 400 (REGULAR - LE PLUS IMPORTANT) --- */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  /* ou 'normal' */
  font-style: normal;
  font-display: swap;
}

/* --- MONTSERRAT 700 (BOLD) --- */
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  /* ou 'bold' */
  font-style: normal;
  font-display: swap;
}