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

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

.gw-question-mark:before {
  content: "\e903";
}
.gw-folder-parent:before {
  content: "\e902";
}
.gw-folder-home:before {
  content: "\e900";
}
.gw-folder:before {
  content: "\e901";
}
