@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "the-ridge" !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: "the-ridge" !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-ridge-arrow:before {
  content: "\61";
}
.icon-ridge-menu:before {
  content: "\62";
}
.icon-ridge-x:before {
  content: "\63";
}
.icon-ridge-plus:before {
  content: "\64";
}
.icon-ridge-minus:before {
  content: "\65";
}
.icon-ridge-clock:before {
  content: "\66";
}
.icon-ridge-paper:before {
  content: "\67";
}
.icon-ridge-car:before {
  content: "\68";
}
.icon-ridge-shirt:before {
  content: "\69";
}
.icon-ridge-carat:before {
  content: "\6a";
}
.icon-ridge-circle-plus:before {
  content: "\6b";
}
.icon-ridge-arrow-long:before {
  content: "\6c";
}
.icon-ridge-map:before {
  content: "\6d";
}
.icon-ridge-sneaker:before {
  content: "\6e";
}
.icon-ridge-bubbles:before {
  content: "\6f";
}
.icon-ridge-gift:before {
  content: "\70";
}
.icon-ridge-cup:before {
  content: "\71";
}
