﻿@charset "UTF-8";

@font-face {
  font-family: "sweeper-font";
  src:url("../fonts/sweeper-font.eot");
  src:url("../fonts/sweeper-font.eot?#iefix") format("embedded-opentype"),
    url("../fonts/sweeper-font.woff") format("woff"),
    url("../fonts/sweeper-font.ttf") format("truetype"),
    url("../fonts/sweeper-font.svg#sweeper-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "sweeper-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^="sweeper-icon-"]:before,
[class*=" sweeper-icon-"]:before {
  font-family: "sweeper-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;
}

.sweeper-icon-dollar:before {
  content: "\61";
}
.sweeper-icon-banknote:before {
  content: "\62";
}
.sweeper-icon-heart:before {
  content: "\63";
}
.sweeper-icon-heartbeat:before {
  content: "\64";
}
.sweeper-icon-bullseye:before {
  content: "\65";
}
