/* --------------------------------------- */
/* FONTS css 			   */
/* --------------------------------------- */

/* --------------------------------------- */
/* Legacy aliases for backward compatibility */
/* --------------------------------------- */

@font-face {
  font-family: 'open_sansregular';
  src: url(../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


/* --------------------------------------- */
/* FONTS (Variable Open Sans)              */
/* --------------------------------------- */
@font-face {
  font-family: 'Open Sans';
  src: url(../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype);
  font-weight: 100 900;        /* full weight range */
  font-stretch: 75% 125%;      /* variable width support */
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url(.._new_login/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype);
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
  font-display: swap;
}

