@font-face {
  font-family: 'icomoon';
  src:
    url('fonts/icomoon.ttf?9asiev') format('truetype'),
    url('fonts/icomoon.woff?9asiev') format('woff'),
    url('fonts/icomoon.svg?9asiev#icomoon') 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: 'icomoon' !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-smart-guest-filled:before {
  content: "\e900";
  color: #49c5df;
}
.icon-googleplay:before {
  content: "\e901";
}
.icon-apple:before {
  content: "\e902";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-x:before {
  content: "\e904";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-youtube:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-smart-guest-outlined:before {
  content: "\e907";
}
