@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "my-first-icon-set" !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: "my-first-icon-set" !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-accomodation:before {
  content: "\66";
}
.icon-eatery:before {
  content: "\68";
}
.icon-facebook:before {
  content: "\61";
}
.icon-history:before {
  content: "\62";
}
.icon-instagram:before {
  content: "\63";
}
.icon-plan:before {
  content: "\64";
}
.icon-sights:before {
  content: "\65";
}
.icon-tips:before {
  content: "\74";
}
.icon-tumblr:before {
  content: "\69";
}
.icon-twitter:before {
  content: "\6a";
}
.icon-attraction:before {
  content: "\67";
}
.icon-story:before {
  content: "\6b";
}
