/* Fonts
---------------------------------------- */
/* open-sans-variable - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 75% 100%;
  src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
}

/* open-sans-italic-variable - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 75% 100%;
  src: url('../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
}

/* roboto-flex-variable - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100 1000;
  src: url('../fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf') format('truetype');
}