﻿@charset "UTF-8";

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

}

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

.fg-checked:before {
  content: "\e000";
}
.fg-notchecked:before {
  content: "\e001";
}
.fg-killmytv:before {
  content: "\e002";
}
