@charset "UTF-8";

@font-face {
    font-family: 'bebasneue';
    src: url('fonty/bebasneue_regular-webfont.woff2') format('woff2'),
         url('fonty/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebasneue';
    src: url('fonty/bebasneue_bold-webfont.woff2') format('woff2'),
         url('fonty/bebasneue_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: "ikony";
  src: url("fonty/ikony/ikony.woff") format("woff"),
  url("fonty/ikony/ikony.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="ikona-"]:before,
[class*=" ikona-"]:before {
  font-family: "ikony" !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;
}

.ikona-facebook:before {
  content: "\61";
}
.ikona-gplus:before {
  content: "\62";
}
.ikona-link:before {
  content: "\63";
}