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

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

.icon-gplab-logo {
  font-size: 2.5rem;
}

.icon-gplab-logo-g {
  font-size: 3rem;
}

.icon-gplab-logo-g:before {
  content: "\e901";
}
.icon-gplab-logo:before {
  content: "\e900";
}
