@font-face {
  font-family: 'Weave-Icons';
  src:
    url('fonts/Weave-Icons.woff2?n9km9x') format('woff2'),
    url('fonts/Weave-Icons.ttf?n9km9x') format('truetype'),
    url('fonts/Weave-Icons.woff?n9km9x') format('woff'),
    url('fonts/Weave-Icons.svg?n9km9x#Weave-Icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.wea-icon-circle-arrow-left:before {
  content: "\e900";
}
.wea-icon-circle-arrow-right:before {
  content: "\e901";
}
.wea-icon-circle-arrow-up:before {
  content: "\e902";
}
.wea-icon-circle-arrow-down:before {
  content: "\e903";
}
.wea-icon-arrow-left:before {
  content: "\e904";
}
.wea-icon-arrow-right:before {
  content: "\e905";
}
.wea-icon-arrow-up:before {
  content: "\e906";
}
.wea-icon-arrow-down:before {
  content: "\e907";
}
.wea-icon-arrow-down-left:before {
  content: "\e908";
}
.wea-icon-arrow-down-right:before {
  content: "\e909";
}
.wea-icon-arrow-up-left:before {
  content: "\e90a";
}
.wea-icon-arrow-up-right:before {
  content: "\e90b";
}
.wea-icon-xmark:before {
  content: "\e90c";
}
.wea-icon-xmark-large:before {
  content: "\e90d";
}
.wea-icon-check:before {
  content: "\e90e";
}
.wea-icon-plus:before {
  content: "\e90f";
}
.wea-icon-minus:before {
  content: "\e910";
}
