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

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

.gl-user:before {
  content: "\e900";
}
.gl-circle-user:before {
  content: "\e901";
}
.gl-shopping-cart:before {
  content: "\e902";
}
.gl-search:before {
  content: "\e903";
}
.gl-calendar:before {
  content: "\e904";
}
.gl-burger-menu:before {
  content: "\e905";
}
.gl-cross:before {
  content: "\e906";
}
.gl-arrow-left:before {
  content: "\e907";
}
.gl-arrow-right:before {
  content: "\e908";
}
