@charset "UTF-8";

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

}

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

.icn-cabin:before {
  content: "\61";
}
.icn-canoe:before {
  content: "\62";
}
.icn-chapel:before {
  content: "\63";
}
.icn-dining:before {
  content: "\64";
}
.icn-fishing:before {
  content: "\65";
}
.icn-pavilion:before {
  content: "\66";
}
.icn-rv-parkinglv:before {
  content: "\67";
}
.icn-trail:before {
  content: "\68";
}
