@charset "UTF-8";

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

}

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

.ze-search:before {
  content: "\f300";
}
.ze-disc:before {
  content: "\f301";
}
.ze-trash:before {
  content: "\f304";
}
.ze-pensil:before {
  content: "\f303";
}
.ze-disc-outline:before {
  content: "\f302";
}
.ze-check:before {
  content: "\f305";
}
.ze-plus:before {
  content: "\f306";
}
.ze-launch:before {
  content: "\f307";
}
.ze-user:before {
  content: "\f308";
}
.ze-arrow-up:before {
  content: "\f309";
}
.ze-arrow-right:before {
  content: "\f30a";
}
.ze-arrow-left:before {
  content: "\f30b";
}
.ze-arrow-down:before {
  content: "\f30c";
}
.ze-flow:before {
  content: "\f30d";
}
.ze-googleid:before {
  content: "\f03e";
}
.ze-upload:before {
  content: "\f30f";
}
.ze-download:before {
  content: "\f310";
}
.ze-wrench:before {
  content: "\f311";
}
.ze-auto-fill:before {
  content: "\f312";
}
