

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

}

[data-icon]:before {
  font-family: "cresset" !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^="cresset-"]:before,
[class*=" cresset-"]:before {
  font-family: "cresset" !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;
}

.cresset-bars:before {
  content: "\61";
}
.cresset-minus:before {
  content: "\62";
}
.cresset-plus:before {
  content: "\63";
}
.cresset-icon-close-orange:before {
  content: "\64";
}
.cresset-arrow-right:before {
  content: "\65";
}
.cresset-arrow-left:before {
  content: "\66";
}
