/* erfordert @import... in common.css */
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/oswald-v16-latin-regular.eot');
    src: url('../fonts/oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-v16-latin-regular.woff') format('woff'),
		 url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'),
         url('../fonts/oswald-v16-latin-regular.ttf') format('truetype'),
         url('../fonts/oswald-v16-latin-regular.svg#oswald-v16-latin-regular') format('svg');
    font-weight: 400; /* default: normal */
    font-style: normal;
}

@font-face {
    font-family: 'OswaldBold';
    src: url('../fonts/oswald-v16-latin-700.eot');
    src: url('../fonts/oswald-v16-latin-700.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oswald-v16-latin-700.woff') format('woff'),
		 url('../fonts/oswald-v16-latin-700.woff2') format('woff2'),
         url('../fonts/oswald-v16-latin-700.ttf') format('truetype'),
         url('../fonts/oswald-v16-latin-700.svg#oswald-v16-latin-700') format('svg');
    font-weight: 700; /* default: normal */
    font-style: normal;
}

/* Für moderne Browser reicht: */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400; /* default: normal */
  src: url('../fonts/oswald-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/oswald-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* FontAwesome siehe fontawesome.min.css bzw. @import... in main.css */