@charset "UTF-8";

@font-face {
  font-family: "light-ones";
  src:url("fonts/light-ones.eot");
  src:url("fonts/light-ones.eot?#iefix") format("embedded-opentype"),
    url("fonts/light-ones.woff") format("woff"),
    url("fonts/light-ones.ttf") format("truetype"),
    url("fonts/light-ones.svg#light-ones") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "light-ones" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="lo-"]:before,
[class*=" lo-"]:before {
  font-family: "light-ones" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lo-404:before {
  content: "a";
}
.lo-arrow-left-long:before {
  content: "d";
}
.lo-arrow-left-long-flat:before {
  content: "e";
}
.lo-arrow-right-long:before {
  content: "f";
}
.lo-arrow-right-long-flat:before {
  content: "g";
}
.lo-arrow-up-long:before {
  content: "h";
}
.lo-arrow-up-long-flat:before {
  content: "i";
}
.lo-caret-down:before {
  content: "j";
}
.lo-caret-left:before {
  content: "k";
}
.lo-caret-right:before {
  content: "l";
}
.lo-caret-up:before {
  content: "m";
}
.lo-hamburger:before {
  content: "n";
}
.lo-hamburger-squared:before {
  content: "o";
}
.lo-list-ul-squared:before {
  content: "p";
}
.lo-minus:before {
  content: "q";
}
.lo-plus:before {
  content: "r";
}
.lo-search:before {
  content: "s";
}
.lo-table-sm-squared:before {
  content: "t";
}
.lo-times:before {
  content: "u";
}
.lo-arrow-down-long:before {
  content: "b";
}
.lo-arrow-down-long-flat:before {
  content: "c";
}
.lo-caret-down-hollow:before {
  content: "v";
}
.lo-caret-left-hollow:before {
  content: "w";
}
.lo-caret-right-hollow:before {
  content: "x";
}
.lo-caret-up-hollow:before {
  content: "y";
}
