@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?ndzg1y');
  src:  url('fonts/icomoon.eot?ndzg1y#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?ndzg1y') format('truetype'),
    url('fonts/icomoon.woff?ndzg1y') format('woff'),
    url('fonts/icomoon.svg?ndzg1y#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-home_rounded:before {
  content: "\e904";
}
.icon-arrow_right_alt:before {
  content: "\e903";
  color: #fff;
}
.icon-arrow_right_light:before {
  content: "\e900";
  color: #fff;
}
.icon-arrow_right_dark:before {
  content: "\e901";
}
.icon-arrow_right_alt_dark:before {
  content: "\e902";
}
.icon-home_24dp:before {
  content: "\e905";
}
.icon-arrow_outward_dark:before {
  content: "\e906";
}
.icon-arrow_outward_light:before {
  content: "\e907";
  color: #fff;
}
.icon-arrow_drop_down_light:before {
  content: "\e908";
  color: #fff;
}
.icon-arrow_drop_down_dark:before {
  content: "\e909";
}
.icon-play_arrow_dark:before {
  content: "\e90a";
}
.icon-play_arrow:before {
  content: "\e90b";
  color: #fff;
}
.icon-file_save:before {
  content: "\e90c";
  color: #fff;
}
.icon-file_save_dark:before {
  content: "\e90d";
}
