@font-face{
  font-family: "fontello";               /* nechaj názov z exportu */
  src: url("../font/bi-subset.woff2") format("woff2"); /* cesta relatívna k tomuto CSS! */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.bi::before{
  display:inline-block;
  font-family:"fontello" !important;     /* DÔLEŽITÉ: musí smerovať na fontello */
  font-style:normal;
  font-weight:normal;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}


.bi-telephone:before { content: '\e800'; } /* '' */
.bi-x-lg:before { content: '\e801'; } /* '' */
.bi-x:before { content: '\e802'; } /* '' */
.bi-truck:before { content: '\e803'; } /* '' */
.bi-person-check:before { content: '\e804'; } /* '' */
.bi-sliders:before { content: '\e805'; } /* '' */
.bi-shop:before { content: '\e806'; } /* '' */
.bi-search:before { content: '\e807'; } /* '' */
.bi-person:before { content: '\e808'; } /* '' */
.bi-list:before { content: '\e809'; } /* '' */
.bi-instagram:before { content: '\e80a'; } /* '' */
.bi-chevron-up:before { content: '\e80b'; } /* '' */
.bi-chevron-down:before { content: '\e80c'; } /* '' */
.bi-heart:before { content: '\e80d'; } /* '' */
.bi-grid:before { content: '\e80e'; } /* '' */
.bi-geo-alt:before { content: '\e80f'; } /* '' */
.bi-facebook:before { content: '\e810'; } /* '' */
.bi-envelope:before { content: '\e811'; } /* '' */
.bi-clock-history:before { content: '\e812'; } /* '' */
.bi-basket:before { content: '\e813'; } /* '' */
.bi-bag-heart:before { content: '\e814'; } /* '' */
.bi-arrow-up-short:before { content: '\e815'; } /* '' */
.bi-arrow-up:before { content: '\e816'; } /* '' */
.bi-arrow-right:before { content: '\e817'; } /* '' */
.bi-stars:before { content: '\e818'; } /* '' */
.bi-plus:before { content: '\e819'; } /* '' */
.bi-chevron-left:before { content: '\e81a'; } /* '' */
.bi-chevron-right:before { content: '\e81b'; } /* '' */

