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

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

.icon-win:before {
  content: "\e911";
}
.icon-add:before {
  content: "\e910";
}
.icon-paste:before {
  content: "\e90e";
}
.icon-copy:before {
  content: "\e90f";
}
.icon-unfull:before {
  content: "\e90b";
}
.icon-tip:before {
  content: "\e90c";
}
.icon-full:before {
  content: "\e90d";
}
.icon-dismiss:before {
  content: "\e90a";
}
.icon-edit:before {
  content: "\e900";
}
.icon-darkmode:before {
  content: "\e901";
}
.icon-open:before {
  content: "\e902";
}
.icon-mark:before {
  content: "\e903";
}
.icon-save:before {
  content: "\e904";
}
.icon-auto-clear:before {
  content: "\e905";
}
.icon-timer:before {
  content: "\e906";
}
.icon-refresh:before {
  content: "\e907";
}
.icon-undo:before {
  content: "\e908";
}
.icon-random:before {
  content: "\e909";
}
