@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?7co0mq');
  src: url('fonts/icomoon.eot?7co0mq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?7co0mq') format('truetype'),
    url('fonts/icomoon.woff?7co0mq') format('woff'),
    url('fonts/icomoon.svg?7co0mq#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;
  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-align-left:before {
  content: "\e900";
}

.icon-chevrons-right:before {
  content: "\e901";
}

.icon-cpu:before {
  content: "\e902";
}

.icon-home:before {
  content: "\e903";
}

.icon-adobepremiere:before {
  content: "\e904";
  color: #ea77ff;
}

.icon-github:before {
  content: "\e905";
}

.icon-godotengine:before {
  content: "\e906";
  color: #478cbf;
}

.icon-html5:before {
  content: "\e907";
  color: #e34f26;
}

.icon-python:before {
  content: "\e908";
  color: #3776ab;
}