@font-face {
  font-family: 'shiromaru';
  src:
    url('fonts/shiromaru-8yun1i.ttf') format('truetype'),
    url('fonts/shiromaru-8yun1i.woff') format('woff'),
    url('fonts/shiromaru-8yun1i.svg#shiromaru') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icn-"], [class*=" icn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'shiromaru' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icn-ya_icn:before {
  content: "\e900";
}
.icn-home3:before {
  content: "\e902";
}
.icn-phone:before {
  content: "\e942";
}
.icn-facebook2:before {
  content: "\ea91";
}
.icn-instagram:before {
  content: "\ea92";
}
.icn-twitter:before {
  content: "\ea96";
}
.icn-youtube:before {
  content: "\ea9d";
}
.icn-file-pdf:before {
  content: "\eadf";
}
