@font-face {
  font-family: 'landing';
  src:
    url('fonts/landing.woff') format('woff'),
    url('fonts/landing.ttf') format('truetype'),
    url('fonts/landing.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'landing' !important;
  speak: none;
  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-onenote:before {
  content: "\e903";
  color: #80397b;
}
.icon-markdown:before {
  content: "\e901";
}
.icon-spinner:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e5ca";
}
.icon-filter_list:before {
  content: "\e152";
}
.icon-notifications_active:before {
  content: "\e7f7";
}
.icon-search:before {
  content: "\e8b6";
}
.icon-zoom_in:before {
  content: "\e8ff";
}
.icon-priority_high:before {
  content: "\e902";
}
.icon-snooze:before {
  content: "\e904";
}
.icon-play_circle_filled:before {
  content: "\e038";
}
.icon-linux:before {
  content: "\e905";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-heart:before {
  content: "\f004";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-apple:before {
  content: "\f179";
}
.icon-android:before {
  content: "\f17b";
}
.icon-chrome:before {
  content: "\f268";
}
