@font-face {
  font-family: 'Gotham Pro Regular';
  src: url('../fonts/GothamPro.eot');
  src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamPro.woff') format('woff'),
  url('../fonts/GothamPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro Bold';
  src: url('../fonts/GothamProBold.eot');
  src: url('../fonts/GothamProBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GothamProBold.woff') format('woff'),
  url('../fonts/GothamProBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro Condensed Bold';
  src: url('../fonts/DINPro-CondensedBold.eot');
  src: url('../fonts/DINPro-CondensedBold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/DINPro-CondensedBold.woff') format('woff'),
  url('../fonts/DINPro-CondensedBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN Pro Bold';
  src: url('../fonts/DINPro-Bold.eot');
  src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/DINPro-Bold.woff') format('woff'),
  url('../fonts/DINPro-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN Pro Regular';
  src: url('../fonts/DINPro.eot');
  src: url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'),
  url('../fonts/DINPro.woff') format('woff'),
  url('../fonts/DINPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro Condensed Medium';
  src: url('../fonts/din_pro_condensed_medium.eot'); /* IE 9 Compatibility Mode */
  src: url('../fonts/din_pro_condensed_medium.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
  url('../fonts/din_pro_condensed_medium.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/din_pro_condensed_medium.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
  url('../fonts/din_pro_condensed_medium.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/din_pro_condensed_medium.svg#din_pro_condensed_medium') format('svg'); /* Chrome < 4, Legacy iOS */
}

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



[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'rc' !important;
  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;
}

.icon-error:before {
  content: "\e907";
}
.icon-arrow-chevron:before {
  content: "\e900";
}
.icon-arrow-line:before {
  content: "\e901";
}
.icon-attention:before {
  content: "\e902";
}
.icon-calendar:before {
  content: "\e903";
}
.icon-cat:before {
  content: "\e904";
}
.icon-check:before {
  content: "\e905";
}
.icon-dog:before {
  content: "\e906";
}
