@font-face {
  font-family: "lg";
  src: url("lg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


@font-face {
  font-family: "iconfont";
  font-display: swap;
  src: url("iconfont.woff2") format("woff2"),
       url("iconfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

[class*="--icon-"]::before {
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  display: inline-block;
}

[class*="--icon-slider-arrow"]::before {
  content: "\f101";
}
[class*="--icon-arrow-slider"]::before {
  content: "\f102";
}
[class*="--icon-arrow-slider-right"]::before {
  content: "\f103";
}
