
@font-face {
  font-family: "Iconify Explorer Font";  
  src:  
  url("./iconfont.woff2") format("woff2"), 
  url("./iconfont.woff") format("woff"), 
  url("./iconfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.i {
  font-family: "Iconify Explorer Font" !important;
  font-size: 1em;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.i.linkedin-in:before        { content: "\e001"; }
.i.arrow-left:before         { content: "\e002"; }
.i.arrow-right:before        { content: "\e003"; }
.i.bath:before               { content: "\e004"; }
.i.bed:before                { content: "\e005"; }
.i.fullscreen:before         { content: "\e006"; }
.i.hamburger-menu:before     { content: "\e007"; }
.i.tiktok:before             { content: "\e008"; }
.i.x:before                  { content: "\e009"; }
.i.arrow-down:before         { content: "\e00a"; }
.i.chevron-down:before       { content: "\e00b"; }
.i.heart:before              { content: "\e00c"; }
.i.logo-facebook:before      { content: "\e00d"; }
.i.logo-instagram:before     { content: "\e00e"; }
.i.translate:before          { content: "\e00f"; }
.i.user:before               { content: "\e010"; }