@font-face {
  font-family: 'CharlemagneStd-Bold';
  src: url('../fonts/CharlemagneStd-Bold.eot');
  src: local('☺'), 
    url('../fonts/CharlemagneStd-Bold.woff') format('woff'),
    url('../fonts/CharlemagneStd-Bold.ttf') format('truetype'),
    url('../fonts/CharlemagneStd-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}




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

}





@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "beastienights" !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: "beastienights" !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-facebook:before {
  content: "\61";
}
.icon-twitter:before {
  content: "\62";
}
.icon-youtube:before {
  content: "\63";
}
.icon-soundcloud:before {
  content: "\64";
}
.icon-instagram:before {
  content: "\65";
}
.icon-envelope:before {
  content: "\66";
}
