@charset "UTF-8";

@font-face {
  font-family: "foliofont";
  src:url("../font/foliofont.eot");
  src:url("../font/foliofont.eot?#iefix") format("embedded-opentype"),
    url("../font/foliofont.woff") format("woff"),
    url("../font/foliofont.ttf") format("truetype"),
    url("../font/foliofont.svg#foliofont") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "foliofont" !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: "foliofont" !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-folio-shape-filled:before {
  content: "a";
}
.icon-folio-shape-stroke:before {
  content: "b";
}
.icon-folio-shape-stroke-bold:before {
  content: "c";
}