@font-face {
  font-family: 'fl-icons';
  src:  url("fonts/fl-icons.7dd0de56e6e8.eot?jebslw");
  src:  url("fonts/fl-icons.7dd0de56e6e8.eot?jebslw#iefix") format('embedded-opentype'),
    url("fonts/fl-icons.902c55dbd24b.ttf?jebslw") format('truetype'),
    url("fonts/fl-icons.98e37bd52f09.woff?jebslw") format('woff'),
    url("fonts/fl-icons.a72291e5e5c7.svg?jebslw#fl-icons") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="fl-icon-"], [class*=" fl-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fl-icons' !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;
}

.fl-icon-astronaut:before {
  content: "\e901";
}
.fl-icon-constellation:before {
  content: "\e902";
}
.fl-icon-milky-way:before {
  content: "\e900";
}
