@charset "UTF-8";

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

}

[data-icon]:before,
.icon {
  font-family: "slw" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  vertical-align: middle;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon--with {
    margin-right: 6px
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "slw" !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;
}

.icon-user:before {
  content: "a";
}
.icon-unlocked:before {
  content: "b";
}
.icon-trash:before {
  content: "c";
}
.icon-tag:before {
  content: "d";
}
.icon-locked:before {
  content: "e";
}
.icon-lock:before {
  content: "f";
}
.icon-download:before {
  content: "g";
}
.icon-enter:before {
  content: "h";
}
.icon-file-add:before {
  content: "i";
}
.icon-paperclip:before {
  content: "j";
}
.icon-pencil:before {
  content: "k";
}
.icon-arrow-down:before {
  content: "l";
}
.icon-arrow-left:before {
  content: "m";
}
.icon-arrow-right:before {
  content: "n";
}
.icon-arrow-up:before {
  content: "o";
}
.icon-camera:before {
  content: "p";
}
.icon-book-open:before {
  content: "q";
}
.icon-bookmark:before {
  content: "r";
}
.icon-graph:before {
  content: "s";
}
.icon-heart:before {
  content: "t";
}
.icon-home:before {
  content: "u";
}
.icon-printer-1:before {
  content: "v";
}
.icon-archive:before {
  content: "w";
}
.icon-calendar:before {
  content: "x";
}
.icon-bars:before {
  content: "y";
}
.icon-checkmark:before {
  content: "z";
}
.icon-user-outline:before {
  content: "A";
}
.icon-refresh:before {
  content: "B";
}
.icon-star:before {
  content: "C";
}
