@font-face {
  font-family: 'Sole_display';  /*titolo*/
  src: url(../fonts/Sole24DisplayBold.otf);
}

@font-face {
  font-family: 'Sole_text';  /*testo corrente*/
  src: url(../fonts/Sole24TextRegular.otf);
  font-weight: 400;
}

@font-face {
  font-family: 'Sole_text';  /*testo corrente*/
  src: url(../fonts/Sole24TextBlack.otf);
  font-weight: 800;
}

@font-face {
  font-family: 'Sole_sub';  /*sottotitolo*/
  src: url(../fonts/Sole24SubheadRegular.otf);
	font-weight: 400;
}

@font-face {
  font-family: 'SoleSans'; /*testo*/
  src: url(../fonts/Sole24Sans-Book.otf);
  font-weight: 400;
}

@font-face {
  font-family: 'SoleSans'; /*medium*/
  src: url(../fonts/Sole24Sans-Medium.otf);
  font-weight: 600;
}

@font-face {
  font-family: 'SoleSans'; /*testo*/
  src: url(../fonts/Sole24Sans-Bold.otf);
  font-weight: 800;
}

@font-face {
  font-family: 'SoleSans'; /*fonte*/
  src: url(../fonts/Sole24Sans-LightExtended.otf);
  font-weight: 300;
}
