@charset "UTF-8";

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

}

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

.ic-lock-icon:before {
  content: "\61";
}
.ic-angle-double-down:before {
  content: "\62";
}
.ic-angle-down:before {
  content: "\63";
}
.ic-down-arrow:before {
  content: "\64";
}
.ic-chevron-right:before {
  content: "\65";
}
