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

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

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

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

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

@font-face {
    font-family: "jachthaven-kortenhoef";
    src:url("../fonts/jachthaven-kortenhoef.eot");
    src:url("../fonts/jachthaven-kortenhoef.eot?#iefix") format("embedded-opentype"),
    url("../fonts/jachthaven-kortenhoef.woff") format("woff"),
    url("../fonts/jachthaven-kortenhoef.ttf") format("truetype"),
    url("../fonts/jachthaven-kortenhoef.svg#jachthaven-kortenhoef") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "jachthaven-kortenhoef" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "jachthaven-kortenhoef" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\61";
}
.icon-chevron-left:before {
  content: "\62";
}
.icon-chevron-right:before {
  content: "\63";
}
.icon-chevron-up:before {
  content: "\64";
}
.icon-triangle-right:before {
  content: "\65";
}
.icon-triangle-left:before {
  content: "\66";
}
.icon-facebook:before {
  content: "\67";
}
.icon-instagram-logo-3:before {
  content: "\68";
}
.icon-google:before {
  content: "\69";
}
.icon-twitter:before {
  content: "\6a";
}
.icon-pinterest:before {
  content: "\6b";
}
.icon-envelope-o:before {
  content: "\6c";
}
.icon-phone:before {
  content: "\6d";
}
.icon-location:before {
  content: "\6e";
}
.icon-check:before {
  content: "\6f";
}
.icon-close:before {
  content: "\70";
}