
/* normal */
@font-face {
  font-family: "Heebo";
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
  src: url('Heebo-VariableFont_wght.woff2') format('woff2-variations'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('Heebo-VariableFont_wght.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */	
}


/* normal */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300 800;
	src: url('OpenSans-Italic-VariableFont_wdth_wght.woff2') format('woff2-variations'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	     url('OpenSans-Italic-VariableFont_wdth_wght.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-stretch: 25% 151%;
	font-display: swap;
}

/* Italic */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300 800;
	src: url('OpenSans-VariableFont_wdth_wght.woff2') format('woff2-variations'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	     url('OpenSans-VariableFont_wdth_wght.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	font-stretch: 25% 151%;
	font-display: swap;
}
