@charset "UTF-8";

/* storyville */
@font-face {
  font-family: "storyville";
  src:url("https://file.myfontastic.com/RuE6ELg4MisEDSDMGrBKu9/fonts/1447146120.eot");
  src:url("https://file.myfontastic.com/RuE6ELg4MisEDSDMGrBKu9/fonts/1447146120.eot?#iefix") format("embedded-opentype"),
    url("https://file.myfontastic.com/RuE6ELg4MisEDSDMGrBKu9/fonts/1447146120.woff") format("woff"),
    url("https://file.myfontastic.com/RuE6ELg4MisEDSDMGrBKu9/fonts/1447146120.ttf") format("truetype"),
    url("https://file.myfontastic.com/RuE6ELg4MisEDSDMGrBKu9/fonts/1447146120.svg#1447146120") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "storyville" !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: "storyville" !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-twitter:before {
  content: "a";
}
.icon-facebook:before {
  content: "b";
}
.icon-instagram:before {
  content: "c";
}
.icon-pinterest:before {
  content: "d";
}
.icon-googleplus:before {
  content: "e";
}
.icon-envelope:before {
  content: "f";
}
.icon-angle-right:before {
  content: "g";
}
