@font-face {
  font-family: 'moon-phases';
  src:  url('fonts/icomoon.eot?naielk');
  src:  url('fonts/icomoon.eot?naielk#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?naielk') format('truetype'),
    url('fonts/icomoon.woff?naielk') format('woff'),
    url('fonts/icomoon.svg?naielk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

.moon-first-quarter:before {
  content: "\e900";
}
.moon-full-moon:before {
  content: "\e901";
}
.moon-last-quarter:before {
  content: "\e902";
}
.moon-new-moon:before {
  content: "\e903";
}
.moon-waning-crescent:before {
  content: "\e904";
}
.moon-waning-gibbous:before {
  content: "\e905";
}
.moon-waxing-crescent:before {
  content: "\e906";
}
.moon-waxing-gibbous:before {
  content: "\e907";
}
