/*
  MOLATTO — Polices auto-hebergees (RGPD friendly, performances)
  Brief v3 ligne 365 : "Police Google Fonts chargee en local (pas via CDN Google)"

  Placer les fichiers woff2 dans /assets/fonts/ :
   - cormorant-garamond-400.woff2
   - cormorant-garamond-500.woff2
   - cormorant-garamond-600.woff2
   - montserrat-300.woff2
   - montserrat-400.woff2
   - montserrat-500.woff2
   - montserrat-600.woff2

  Telechargement : https://fonts.google.com/specimen/Cormorant+Garamond
                   https://fonts.google.com/specimen/Montserrat
  ou via google-webfonts-helper : https://gwfh.mranftl.com/fonts
*/

@font-face {
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/cormorant-garamond-400.woff2") format("woff2");
}
@font-face {
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/cormorant-garamond-500.woff2") format("woff2");
}
@font-face {
	font-family: "Cormorant Garamond";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/cormorant-garamond-600.woff2") format("woff2");
}

@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../fonts/montserrat-300.woff2") format("woff2");
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/montserrat-400.woff2") format("woff2");
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../fonts/montserrat-500.woff2") format("woff2");
}
@font-face {
	font-family: "Montserrat";
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url("../fonts/montserrat-600.woff2") format("woff2");
}
