
/* Montserrat set */

@font-face {
  font-family: "MontserratVF";
  src: url("../webfonts/google/Montserrat/Montserrat-VF.woff2") format("woff2 supports variations"),
       url("../webfonts/google/Montserrat/Montserrat-VF.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-style: 	normal;
}

@font-face {
  font-family: "MontserratVF";
  src: url("../webfonts/google/Montserrat/Montserrat-Italic-VF.woff2") format("woff2 supports variations"),
       url("../webfonts/google/Montserrat/Montserrat-Italic-VF.woff2") format("woff2-variations");
  font-weight: 100 1000;
  font-style: 	italic;
}

.Montserrat-Font-VF{
	font-family: 					'MontserratVF';
}


/* Comfortaa set */

@font-face {
  font-family: "ComfortaaVF";
  src: url("../webfonts/google/Comfortaa/Comfortaa-VF.woff2") format("woff2 supports variations"),
       url("../webfonts/google/Comfortaa/Comfortaa-VF.woff2") format("woff2-variations");
  font-weight: 100 1000;
}

.Comfortaa-Font-VF{
	font-family: 					'ComfortaaVF';
}