@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icons/icons.eot');
  src:  url('../fonts/icons/icons.eot') format('embedded-opentype'),
    url('../fonts/icons/icons.ttf') format('truetype'),
    url('../fonts/icons/icons.woff') format('woff'),
    url('../fonts/icons/icons.svg') 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-gplab-logo {
  font-size: 2.5rem;
}


#experiences .hamburger span {
  background: black;
}

.icon-email:before {
  content: "\e902";
}
.icon-tiktok:before {
  content: "\e900";
}
.icon-x:before {
  content: "\e901";
}
.icon-gplab-logo:before {
  content: "\e903";
}
.icon-gplab-logo-g:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}
