@font-face {
  font-family: 'rennerbold';
  src: url('../fonts/rennerbold.eot?') format('eot'), url('../fonts/rennerbold.otf') format('opentype');
}

@font-face {
  font-family: 'sourcesansprolight';
  src: url('../fonts/SourceSansPro-Light.eot?') format('eot'), url('../fonts/SourceSansPro-Light.otf') format('opentype');
}

@font-face {
  font-family: 'sourcesansproextralight';
  src: url('../fonts/SourceSansPro-ExtraLight.eot?') format('eot'), url('../fonts/SourceSansPro-ExtraLight.otf') format('opentype');
}

@font-face {
  font-family: 'sourcesansprosemibold';
  src: url('../fonts/SourceSansPro-Semibold.eot?') format('eot'), url('../fonts/SourceSansPro-Semibold.otf') format('opentype');
}

@font-face {
  font-family: 'qwomcenter';
  src: url('../fonts/qwomcenter-v4.eot?') format('eot'), url('../fonts/qwomcenter-v4.ttf') format('truetype');
}


/* Icon font usage */
.icon {
  font-family: qwomcenter, sans-serif !important;
  display: inline-block;
  vertical-align: middle;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}