/* 
================================================================================
==================================== Loading font ==============================
================================================================================
*/
@font-face {
  font-family: 'DINNextRoundedLTPro-Regular';
  src: url('../fonts/DINNextRoundedLTPro-Regular.eot');
  src: url('../fonts/DINNextRoundedLTPro-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/DINNextRoundedLTPro-Regular.woff2') format('woff2'),
       url('../fonts/DINNextRoundedLTPro-Regular.woff') format('woff'),
       url('../fonts/DINNextRoundedLTPro-Regular.ttf') format('truetype'),
       url('../fonts/DINNextRoundedLTPro-Regular.svg#DINNextRoundedLTPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINNextRoundedLTPro-Medium';
  src: url('../fonts/DINNextRoundedLTPro-Medium.eot');
  src: url('../fonts/DINNextRoundedLTPro-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/DINNextRoundedLTPro-Medium.woff2') format('woff2'),
       url('../fonts/DINNextRoundedLTPro-Medium.woff') format('woff'),
       url('../fonts/DINNextRoundedLTPro-Medium.ttf') format('truetype'),
       url('../fonts/DINNextRoundedLTPro-Medium.svg#DINNextRoundedLTPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'DINNextRoundedLTPro-Bold';
    src: url('../fonts/dinnextltpro-bold-webfont.eot');
    src: url('../fonts/dinnextltpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinnextltpro-bold-webfont.woff') format('woff'),
         url('../fonts/dinnextltpro-bold-webfont.ttf') format('truetype'),
         url('../fonts/dinnextltpro-bold-webfont.svg#HelveticaNeueLTStd57Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextRoundedLTPro-Light';
    src: url('../fonts/dinnextltpro-light-webfont.eot');
    src: url('../fonts/dinnextltpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/dinnextltpro-light-webfont.woff') format('woff'),
         url('../fonts/dinnextltpro-light-webfont.ttf') format('truetype'),
         url('../fonts/dinnextltpro-light-webfont.svg#HelveticaNeueLTStd57Condensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

