/***************************/
/****** FONT AWESOME 6 *****/
/***************************/

@font-face {
  font-family: "Font Awesome 6 Brands";
  src: url("../fonts/fontawesome6/fa-brands-400.woff2") format("woff2"),
       url("../fonts/fontawesome6/fa-brands-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Regular";
  src: url("../fonts/fontawesome6/fa-regular-400.woff2") format("woff2"),
       url("../fonts/fontawesome6/fa-regular-400.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Solid";
  src: url("../fonts/fontawesome6/fa-solid-900.woff2") format("woff2"),
       url("../fonts/fontawesome6/fa-solid-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/***************************/
/********** FONTS **********/
/***************************/

@font-face {
  font-family: "Montserrat";
  src: local("Montserrat");
  font-display: swap;
}

@font-face {
  font-family: "Playfair";
  src: local("Playfair");
  font-display: swap;
}

@font-face {
  font-family: "Parisienne";
  src: local("Parisienne");
  font-display: swap;
}
