
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/fonts_Oxygen_light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/fonts_Oxygen_light.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fonts_Oxygen_light.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fonts_Oxygen_light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fonts_Oxygen_light.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/fonts_Oxygen_bold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/fonts_Oxygen_bold.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fonts_Oxygen_bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fonts_Oxygen_bold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fonts_Oxygen_bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fonts_Oxygen_regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/fonts_Oxygen_regular.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fonts_Oxygen_regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fonts_Oxygen_regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fonts_Oxygen_regular.ttf') format('truetype'); /* Safari, Android, iOS */
}