@charset "UTF-8";

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

}

@font-face {
    font-family: 'modern_no._20regular';
    src: url('../fonts/modern_no._20-webfont.woff2') format('woff2'),
         url('../fonts/modern_no._20-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
  font-family: "santa-cruz" !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: "santa-cruz" !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-bycom:before {
  content: "\61";
}
.icon-trip:before {
  content: "\62";
}
.icon-facebook:before {
  content: "\63";
}
.icon-play-circle:before {
  content: "\64";
}
.icon-calendar:before {
  content: "\65";
}
.icon-whatsapp:before {
  content: "\66";
}

