@charset "UTF-8";

@font-face {
  font-family: myicon;
  src: url("../webfonts/myicon.woff2?3649fe9540eed5ae26d281d3bc292317") format("woff2"),
url("../webfonts/myicon.woff?3649fe9540eed5ae26d281d3bc292317") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

.myicon {
  display: inline-block;
  font-family: myicon;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myicon-arrow-right::before {
  content: "\F101"
}

.myicon-play::before {
  content: "\F102"
}

