/**
 * @file
 * Font Families.
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,700,900');
@font-face{
  font-family:"DINPro-Light";
  src:url('../fonts/DINPro-Light.svg') format('svg'),
  url('../fonts/DINPro-Light.otf') format('opentype'),
  url('../fonts/DINPro-Light.ttf') format('truetype'),
  url('../fonts/DINPro-Light.woff') format('woff')
}
@font-face{
  font-family:"DINPro-Medium";
  src:url('../fonts/DINPro-Medium.svg') format('svg'),
  url('../fonts/DINPro-Medium.otf') format('opentype'),
  url('../fonts/DINPro-Medium.ttf') format('truetype'),
  url('../fonts/DINPro-Medium.woff') format('woff')
}
@font-face{
  font-family:"DINPro-Bold";
  src:url('../fonts/DINPro-Bold.svg') format('svg'),
  url('../fonts/DINPro-Bold.eot') format('opentype'),
  url('../fonts/DINPro-Bold.ttf') format('truetype'),
  url('../fonts/DINPro-Bold.woff') format('woff')
}
@font-face{
  font-family:"haettenschweiler";
  src:url('../fonts/haettenschweiler-webfont.svg') format('svg'),
  url('../fonts/haettenschweiler-webfont.eot') format('opentype'),
  url('../fonts/haettenschweiler-webfont.ttf') format('truetype'),
  url('../fonts/haettenschweiler-webfont.woff') format('woff')
}
@font-face{
  font-family:"ge_dinar_two_light_italic";
  /*src:url('../fonts/ge_dinar_two_light_italic-demo.svg') format('svg'),*/
  /*url('../fonts/DINPro-Bold.eot') format('opentype'),*/
  /*url('../fonts/DINPro-Bold.ttf') format('truetype'),*/
  url('../fonts/ge_dinar_two_light_italic-webfont.woff') format('woff')
  url('../fonts/ge_dinar_two_light_italic-webfont.woff2') format('woff')
}
@font-face{
  font-family:"ge_dinar_two_medium";
  /*src:url('../fonts/ge_dinar_two_light_italic-demo.svg') format('svg'),*/
  /*url('../fonts/DINPro-Bold.eot') format('opentype'),*/
  /*url('../fonts/DINPro-Bold.ttf') format('truetype'),*/
  url('../fonts/ge_dinar_two_medium-webfont.woff') format('woff')
  url('../fonts/ge_dinar_two_medium-webfont.woff2') format('woff')
}

/*body*/
body{
  font-family: 'Roboto', Helvetica Neue, Arial, Sans-serif !important;
}

/*headings*/
h1,
h2,
h3,
h4,
h5,
h6{
  font-family: 'Roboto', Helvetica Neue, Arial, Sans-serif !important;
}

p, span{
  font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif !important;
}