/* ---------- Icons ------------- */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?l2gasr");
  src: url("../fonts/icomoon.eot?l2gasr#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?l2gasr") format("truetype"),
    url("../fonts/icomoon.woff?l2gasr") format("woff"),
    url("../fonts/icomoon.svg?l2gasr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icn-"]:before,
[class*=" icn-"]:before,
[class*=" icn-"] .wp-block-button__link::after {
  /* 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;
}
.wp-block-button[class*=" icn-"] .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  
}
.wp-block-button[class*=" icn-"] .wp-block-button__link::after {
  margin-left: 5px;
}
.icn-book-open:before {
  content: "\e90d";
}
.icn-download {
  --icn-download: "\e921";
}
.icn-download:not(.wp-block-button):before {
  content: var(--icn-download);
}
.icn-download.wp-block-button .wp-block-button__link::after {
  content: var(--icn-download);
}
.icn-support:before {
  content: "\e923";
}
.icn-flower-1:before {
  content: "\e91f";
}
.icn-flower-2:before {
  content: "\e920";
}
.icn-export {
  --icn-export: "\e91c";
}
.icn-export:not(.wp-block-button):before {
  content: var(--icn-export);
}
.icn-export.wp-block-button .wp-block-button__link::after {
  content: var(--icn-export);
}
.icn-home:before {
  content: "\e91d";
}
.icn-user-circle:before {
  content: "\e91e";
}
.icn-star-full:before {
  content: "\e91a";
}
.icn-twitter:before {
  content: "\e917";
}
.icn-linkedin:before {
  content: "\e918";
}
.icn-instagram:before {
  content: "\e919";
}
.icn-facebook:before {
  content: "\e91b";
}
.icn-slick:before {
  content: "\e948";
}
.icn-pinterest:before {
  content: "\e949";
}
.icn-arrow-down:before {
  content: "\e900";
}
.icn-arrow-left:before {
  content: "\e901";
}
.icn-arrow-right:before {
  content: "\e902";
}
.icn-arrow-up:before {
  content: "\e903";
}
.icn-calendar:before {
  content: "\e904";
}
.icn-chevron-down:before {
  content: "\e905";
}
.icn-chevron-left:before {
  content: "\e906";
}
.icn-chevron-right:before {
  content: "\e907";
}
.icn-chevron-up:before {
  content: "\e908";
}
.icn-image:before {
  content: "\e90a";
}
.icn-mail:before {
  content: "\e90b";
}
.icn-pin:before {
  content: "\e90c";
}
.icn-phone:before {
  content: "\e922";
}
.icn-phone-call:before {
  content: "\e90e";
}
.icn-plus:before {
  content: "\e90f";
}
.icn-printer:before {
  content: "\e910";
}
.icn-search:before {
  content: "\e911";
}
.icn-share:before {
  content: "\e912";
}
.icn-star:before {
  content: "\e909";
}
.icn-user:before {
  content: "\e913";
}
.icn-close:before {
  content: "\e914";
}
.icn-youtube:before {
  content: "\e915";
}
.icn-location:before {
  content: "\e916";
}
.icn-square {
  line-height: 0;
}
.icn-square::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: var(--wp--preset--color--primary-2);
}