@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Nunito:wght@300;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'bsb';
  src:  url('../fonts/bsb.eot?ymugmd');
  src:  url('../fonts/bsb.eot?ymugmd#iefix') format('embedded-opentype'),
    url('../fonts/bsb.ttf?ymugmd') format('truetype'),
    url('../fonts/bsb.woff?ymugmd') format('woff'),
    url('../fonts/bsb.svg?ymugmd#bsb') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'bsb' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-loop:before {
  content: "\e906";
}
.icon-telegram:before {
  content: "\e900";
}
.icon-viber:before {
  content: "\e901";
}
.icon-arrow-slider:before {
  content: "\e903";
}
.icon-long_right:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e902";
}
.icon-map-marker:before {
  content: "\e904";
}
.icon-map-marker-two:before {
  content: "\e905";
}
.icon-whatsapp:before {
  content: "\f232";
}
