@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?p8brmu');
  src:  url('../fonts/icomoon.eot?p8brmu#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?p8brmu') format('truetype'),
    url('../fonts/icomoon.woff?p8brmu') format('woff'),
    url('../fonts/icomoon.svg?p8brmu#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;
}

.icon-envelope-solid:before {
  content: "\e901";
}
.icon-phone-solid-1:before {
  content: "\e902";
}
.icon-arrow-right-solid-1:before {
  content: "\e903";
}
.icon-chevron-right-solid:before {
  content: "\e900";
  color: #fff;
}
.posts-nav .icon-chevron-right-solid:before {
  content: "\e900";
  color: var(--color-text);
}
.new-tab:before {
  content: "\ea7e";
  color: var(--color-main);
}