@font-face {
  font-family: Poppins;
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
  src: url('/new_site/icons/poppins-variable.woff2') format(woff2) tech(variations);
}

@supports not font-tech(variations) {
  @font-face {
    font-family: Poppins;
    font-weight: 300 700;
    font-style: normal;
    font-display: swap;
    src: url('/new_site/icons/poppins-variable.woff2') format('woff2 supports variations'),
    url('/new_site/icons/poppins-variable.woff2') format("woff2-variations");
  }
}

@font-face {
  font-family: 'Libre Baskerville';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('/new_site/icons/libre-baskerville-700.woff2') format(woff2) tech(variations);
}

@supports not font-tech(variations) {
  @font-face {
    font-family: 'Libre Baskerville';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('/new_site/icons/libre-baskerville-700.woff2') format('woff2 supports variations'),
    url('/new_site/icons/libre-baskerville-700.woff2') format("woff2-variations");
  }
}

@font-face {
  font-family: 'icomoon';
  src:  url('/new_site/icons/korian.woff');
  src:  url('/new_site/icons/korian.woff') format('woff'),
    url('/new_site/icons/korian.ttf') format('truetype'),
    url('/new_site/icons/korian.eot#iefix') format('embedded-opentype'),
    url('/new_site/icons/korian.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

[class^="icon-"]:before, [class*=" icon-"]:before {
/*  display: inline-flex;*/
  width: var(--icon-size, inherit);
  color: var(--icon-color, inherit);
  font-size: var(--icon-font-size, inherit);
  overflow: hidden;
}

.icon-bus:before {
  content: "\e93c";
}
.icon-car:before {
  content: "\e93d";
}
.icon-gps:before {
  content: "\e93e";
}
.icon-map:before {
  content: "\e92e";
}
.icon-map-marker:before {
  content: "\e92f";
}
.icon-thin-pointer:before {
  content: "\e930";
}
.icon-point-on-circle:before {
  content: "\e931";
  color: #003e5c;
}
.icon-point-on-map:before {
  content: "\e932";
  color: #003e5c;
}
.icon-normal-pointer:before {
  content: "\e933";
}
.icon-circle-pointer:before {
  content: "\e934";
  color: #003e5c;
}
.icon-location:before {
  content: "\e935";
}
.icon-cut-flag:before {
  content: "\e936";
}
.icon-triangle-flag:before {
  content: "\e937";
}
.icon-map-pointer:before {
  content: "\e938";
}
.icon-pin:before {
  content: "\e939";
}
.icon-flag:before {
  content: "\e93a";
}
.icon-eye:before {
  content: "\e92d";
}
.icon-instagram:before {
  content: "\e92c";
}
.icon-envelope:before {
  content: "\e92a";
}
.icon-communication:before {
  content: "\e92b";
}
.icon-caret-left:before {
  content: "\e901";
}
.icon-caret-up:before {
  content: "\e926";
}
.icon-caret-down:before {
  content: "\e927";
}
.icon-caret-right:before {
  content: "\e928";
}
.icon-info-bubble:before {
  content: "\e900";
}
.icon-plus:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e903";
}
.icon-line:before {
  content: "\e904";
}
.icon-map-mark:before {
  content: "\e905";
}
.icon-alarm:before {
  content: "\e906";
}
.icon-applestore:before {
  content: "\e907";
}
.icon-facebook:before {
  content: "\e908";
}
.icon-googleplay:before {
  content: "\e909";
}
.icon-linkedin:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\e90b";
}
.icon-social:before {
  content: "\e90c";
}
.icon-youtube:before {
  content: "\e90d";
}
.icon-arrow-down:before {
  content: "\e90e";
}
.icon-chevron-down:before {
  content: "\e90f";
}
.icon-chevron-right:before {
  content: "\e910";
}
.icon-chevron-left:before {
  content: "\e911";
}
.icon-chevron-up:before {
  content: "\e912";
}
.icon-arrow-right:before {
  content: "\e913";
}
.icon-arrow-left:before {
  content: "\e914";
}
.icon-arrow-up:before {
  content: "\e915";
}
.icon-account:before {
  content: "\e916";
}
.icon-extension:before {
  content: "\e917";
}
.icon-burger:before {
  content: "\e918";
}
.icon-calc:before {
  content: "\e919";
}
.icon-calendar:before {
  content: "\e91a";
}
.icon-check:before {
  content: "\e91b";
}
.icon-close:before {
  content: "\e91c";
}
.icon-document:before {
  content: "\e91d";
}
.icon-edit:before {
  content: "\e91e";
}
.icon-team:before {
  content: "\e91f";
}
.icon-info:before {
  content: "\e920";
}
.icon-bed:before {
  content: "\e921";
}
.icon-loupe:before {
  content: "\e922";
}
.icon-message:before {
  content: "\e923";
}
.icon-edit-document:before {
  content: "\e924";
}
.icon-placeholder:before {
  content: "\e925";
}
.icon-arrow-right-big:before {
  content: "\e929";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-half:before {
  content: "\e9d8";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-star:before {
  content: "\2b50";
}