@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "shunichi" !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: "shunichi" !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-fb:before {
  content: "\61";
}

.icon-insta:before {
  content: "\62";
}

.icon-threds:before {
  content: "\63";
}

.icon-x:before {
  content: "\64";
}

.icon-arrow-left-alt:before {
  content: "\65";
}

.icon-arrow-right-alt:before {
  content: "\66";
}

.icon-arrow-upward-alt:before {
  content: "\67";
}

.icon-call:before {
  content: "\68";
}

.icon-open-in-new:before {
  content: "\6a";
}

.icon-picture-as-pdf:before {
  content: "\6b";
}

.icon-mail:before {
  content: "\69";
}