@font-face {
  font-family: 'asym-icon';
  src:  url('../fonts/asym-icon.eot?n6mh1t');
  src:  url('../fonts/asym-icon.eot?n6mh1t#iefix') format('embedded-opentype'),
    url('../fonts/asym-icon.ttf?n6mh1t') format('truetype'),
    url('../fonts/asym-icon.woff?n6mh1t') format('woff'),
    url('../fonts/asym-icon.svg?n6mh1t#asym-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.am-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'asym-icon' !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;
}

.am-tick:before {
  content: "\e918";
}
.am-facebook-circle:before {
  content: "\e915";
}
.am-link-chain:before {
  content: "\e916";
}
.am-x-twitter:before {
  content: "\e917";
}
.am-pin-thin:before {
  content: "\e914";
}
.am-plus:before {
  content: "\e912";
}
.am-minus:before {
  content: "\e913";
}
.am-angle-left-thin:before {
  content: "\e911";
}
.am-chart-bar:before {
  content: "\e908";
}
.am-user:before {
  content: "\e909";
}
.am-device-mobile:before {
  content: "\e90a";
}
.am-users-four:before {
  content: "\e90b";
}
.am-shield-check:before {
  content: "\e90c";
}
.am-arrows-clockwise:before {
  content: "\e90d";
}
.am-trend-up:before {
  content: "\e90e";
}
.am-target:before {
  content: "\e90f";
}
.am-user-circle-dashed:before {
  content: "\e910";
}
.am-circle-pause:before {
  content: "\e907";
}
.am-angle-down-thin:before {
  content: "\e906";
}
.am-circle-play:before {
  content: "\e900";
}
.am-envelope:before {
  content: "\e901";
}
.am-instagram:before {
  content: "\e902";
}
.am-linkedin:before {
  content: "\e903";
}
.am-substack:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url("../images/icons/substack.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
          mask-image: url("../images/icons/substack.svg");
          mask-repeat: no-repeat;
          mask-position: center;
          mask-size: contain;
}
.am-arrow-left:before {
  content: "\e904";
}
.am-arrow-right:before {
  content: "\e905";
}
