@font-face {
  font-family: "icons";
  src: url("../fonts/icons_fonts/icons.eot?lp9lna");
  src: url("../fonts/icons_fonts/icons.eot?lp9lna#iefix")
      format("embedded-opentype"),
    url("../fonts/icons_fonts/icons.ttf?lp9lna") format("truetype"),
    url("../fonts/icons_fonts/icons.woff?lp9lna") format("woff"),
    url("../fonts/icons_fonts/icons.svg?lp9lna#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

._icon-moon-icon:before {
  content: "\e900";
  color: #fff;
  font-size: 24px;
}
._icon-sun-icon:before {
  content: "\e901";
  color: #fff;
  font-size: 24px;
}
