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

[class^="icon-custom-"], [class*=" icon-custom-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'custom' !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-custom-layer-group:before {
  content: "\e903";
}
.icon-custom-draw-polygon:before {
  content: "\e901";
}
.icon-custom-hand-pointer:before {
  content: "\e902";
}
.icon-custom-square-dashed:before {
  content: "\e900";
}
.icon-custom-ruler:before {
  content: "\e908";
}
.icon-custom-patreon:before {
  content: "\e909";
}
.icon-custom-x-twitter:before {
  content: "\2716";
}
.icon-custom-bluesky:before {
  content: "\1f98b";
}
