@charset "UTF-8";

@font-face {
  font-family: "iconfont";
  font-display: swap;
  src: url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.svg#iconfont") format("svg");
}

[class*=iconfont-] {
  display: inline-block;
  color: var(--icon-color, inherit);
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: var(--icon-size, inherit);
  line-height: 1;
  text-rendering: auto;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

[class*=iconfont-]::before {
  display: block;
}

.iconfont-angle-down::before {
  content: "\e900";
}

.iconfont-angle-left::before {
  content: "\e901";
}

.iconfont-angle-right::before {
  content: "\e902";
}

.iconfont-angle-up::before {
  content: "\e903";
}

.iconfont-building-alt::before {
  content: "\e904";
}

.iconfont-clock-alt::before {
  content: "\e905";
}

.iconfont-ellipsis::before {
  content: "\e906";
}

.iconfont-heart::before {
  content: "\e907";
}

.iconfont-heart-alt::before {
  content: "\e908";
}

.iconfont-image::before {
  content: "\e909";
}

.iconfont-location-dot-alt::before {
  content: "\e90a";
}

.iconfont-map-location-dot::before {
  content: "\e90b";
}

.iconfont-train::before {
  content: "\e90c";
}

.iconfont-xmark::before {
  content: "\e90d";
}