@charset "utf-8";

@font-face {
  font-family: 'yanadori';
  src:
    url('../font/yanadori.ttf?uyxol') format('truetype'),
    url('../font/yanadori.woff?uyxol') format('woff'),
    url('../font/yanadori.svg?uyxol#yanadori') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon_"]:before, [class*="icon_"]:before, [class^="icon_"]:after, [class*=" icon_"]:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'yanadori' !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;
}

.icon_pdf:before {
  content: "\e900";
}

