/*
 general font colors
*/
/*
 spezial font colors
*/
/*
 header colors
*/
/*
 content colors
*/
@font-face {
  font-family: 'ZwoOT';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ZwoOT.woff") format("woff2");
}

@font-face {
  font-family: 'ZwoOT';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/ZwoOT-Light.woff") format("woff2");
}

@font-face {
  font-family: 'ZwoOT';
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/ZwoOT-LightItalic.woff") format("woff2");
}

@font-face {
  font-family: 'ZwoOT';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ZwoOT-Semilight.woff") format("woff2");
}

@font-face {
  font-family: 'ZwoOT';
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/ZwoOT-SemilightItalic.woff") format("woff2");
}

@font-face {
  font-family: 'ZwoOT';
  font-style: normal;
  font-weight: bolder;
  src: url("../fonts/ZwoOT-Extrabold.woff") format("woff2");
}

@font-face {
  font-family: 'ZwoOT';
  font-style: italic;
  font-weight: bolder;
  src: url("../fonts/ZwoOT-ExtraboldItalic.woff") format("woff2");
}

@font-face {
  font-family: 'ZwoOT';
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/ZwoOT-Bold.woff") format("woff2");
}

@font-face {
  font-family: 'ZwoOT';
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/ZwoOT-BoldItalic.woff") format("woff2");
}

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

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}

.flaticon-phone:before {
  content: "\e000";
}

.flaticon-placeholder:before {
  content: "\e001";
}

* {
  font-family: "ZwoOT", verdana, helvetica;
  font-weight: 300;
}
/*# sourceMappingURL=fonts.css.map */