/*
 * Font Montpellier : instances statiques generees depuis la variable
 * https://fichiers.montpellier.fr/fonts/Montpellier/MontpellierVF.ttf
 * aux valeurs des instances nommees (wdth 100), car l'axe wght de la VF
 * va de 40 a 240 : les font-weight CSS standards (400, 700...) y seraient
 * tous clampes sur la graisse maximale. Memes coupes que montpellier.fr
 * (Regular 83, Medium 114, Bold 150, Black 213).
 */
@font-face {
  font-family: "Montpellier";
  src: url("../fonts/Montpellier-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montpellier";
  src: url("../fonts/Montpellier-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montpellier";
  src: url("../fonts/Montpellier-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montpellier";
  src: url("../fonts/Montpellier-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montpellier";
  src: url("../fonts/Montpellier-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montpellier";
  src: url("../fonts/Montpellier-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
