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

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

.vsc-icon-varietal:before {
  content: "\e901";
}
.vsc-icon-region:before {
  content: "\e902";
}
.vsc-icon-processing:before {
  content: "\e903";
}
.vsc-icon-packaging:before {
  content: "\e904";
}
.vsc-icon-harvest:before {
  content: "\e905";
}
.vsc-icon-certificate:before {
  content: "\e906";
}
.vsc-icon-altitude:before {
  content: "\e907";
}
.vsc-icon-grower:before {
  content: "\e908";
}
.vsc-icon-countries:before {
  content: "\e909";
}
.vsc-icon-leaf:before {
  content: "\e90a";
}
.vsc-icon-farmer:before {
  content: "\e90b";
}
.vsc-icon-coffee-cup:before {
  content: "\e90c";
}
.vsc-icon-filter:before {
  content: "\e900";
}
