@font-face {
  font-family: 'Planet-Icon';
  src:  url('../font/planet-icon/Planet-Icon.eot?z5e60b');
  src:  url('../font/planet-icon/Planet-Icon.eot?z5e60b#iefix') format('embedded-opentype'),
    url('../font/planet-icon/Planet-Icon.ttf?z5e60b') format('truetype'),
    url('../font/planet-icon/Planet-Icon.woff?z5e60b') format('woff'),
    url('../font/planet-icon/Planet-Icon.svg?z5e60b#Planet-Icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="plt-icon-"], [class*=" plt-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Planet-Icon' !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;
}

.plt-icon-link:before {
  content: "\e900";
}
.plt-icon-tag:before {
  content: "\e901";
}
.plt-icon-calendar:before {
  content: "\e902";
}
.plt-icon-arrow:before {
  content: "\e903";
}
.plt-icon-cross:before {
  content: "\ea85";
}
.plt-icon-facebook:before {
  content: "\ea86";
}
.plt-icon-globe:before {
  content: "\ea87";
}
.plt-icon-instagram:before {
  content: "\ea88";
}
.plt-icon-linkedin:before {
  content: "\ea89";
}
.plt-icon-play:before {
  content: "\ea8a";
}
.plt-icon-share:before {
  content: "\ea8b";
}
.plt-icon-show:before {
  content: "\ea8c";
}
.plt-icon-twitter:before {
  content: "\ea8d";
}
.plt-icon-url:before {
  content: "\ea8e";
}
.plt-icon-youtube:before {
  content: "\ea8f";
}
