@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');
@font-face {
  font-family: 'shkiper-icon';
  src:  url('../fonts/shkiper-icon.eot?fprot9');
  src:  url('../fonts/shkiper-icon.eot?fprot9#iefix') format('embedded-opentype'),
    url('../fonts/shkiper-icon.ttf?fprot9') format('truetype'),
    url('../fonts/shkiper-icon.woff?fprot9') format('woff'),
    url('../fonts/shkiper-icon.svg?fprot9#shkiper-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="shkiper-icon-"], [class*=" shkiper-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'shkiper-icon' !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;
}

.shkiper-icon-clock:before {
  content: "\e900";
}
.shkiper-icon-position:before {
  content: "\e901";
}
.shkiper-icon-search:before {
  content: "\e902";
}
