<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
    font-family: 'NovecentowideUltraLightBold';
    src: url('novecentowide-medium-webfont.eot');
    src: url('novecentowide-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('novecentowide-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'OpenSansNormal';
  src: url('open-sans.eot');
  src: url('open-sans.eot?#iefix') format('embedded-opentype'),
       url('open-sans.woff') format('woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'OpenSansCondensed';
	src: url('open-sans-condensed-light.eot');
  src: url('open-sans-condensed-light.eot?#iefix') format('embedded-opentype'),
	     url('open-sans-condensed-light.woff') format('woff');
  font-style: normal;
  font-weight: 300;
}

/*@font-face {
  font-family: 'Open Sans Bold';
  font-style: normal;
  font-weight: 700;
  src: url('open-sans-bold.eot');
  src: url('open-sans-bold.eot?#iefix') format('embedded-opentype'),
       url('open-sans-bold.woff') format('woff');
}*/</pre></body></html>