@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/webfonts/icomoon.eot?sohlt7');
    src:  url('../fonts/webfonts/icomoon.eot?sohlt7#iefix') format('embedded-opentype'),
    url('../fonts/webfonts/icomoon.ttf?sohlt7') format('truetype'),
    url('../fonts/webfonts/icomoon.woff?sohlt7') format('woff'),
    url('../fonts/webfonts/icomoon.svg?sohlt7#icomoon') 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: 'icomoon' !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-visibility:before {
    content: "\e90f";
  }
  .icon-dollar:before {
    content: "\e910";
  }

.icon-twitch:before {
    content: "\e909";
  }
  .icon-youtube:before {
    content: "\e90a";
  }
  .icon-instagram:before {
    content: "\e90b";
  }
  .icon-twitter:before {
    content: "\e90c";
  }
  .icon-steam:before {
    content: "\e90d";
  }
  .icon-facebook-logo:before {
    content: "\e90e";
  }

.icon-play-button:before {
    content: "\e908";
  }

.icon-gmarathon:before {
    content: "\e907";
  }

.icon-clock:before {
    content: "\e904";
}
.icon-calendar:before {
    content: "\e905";
}
.icon-clock-1:before {
    content: "\e906";
}
.icon-close:before {
    content: "\e902";
}
.icon-menu:before {
    content: "\e903";
}
.icon-back:before {
    content: "\e900";
}
.icon-arrow:before {
    content: "\e901";
}