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

.ico {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-size: 20px;
  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-icon-speech:before {
  content: "\e902";
}
.icon-icon-bookmark:before {
  content: "\e906";
}
.icon-icon-whatsapp:before {
  content: "\e907";
}
.icon-icon-instagram:before {
  content: "\e904";
}
.icon-icon-facebook:before {
  content: "\e905";
}
.icon-icon-line:before {
  content: "\e900";
}
.icon-icon-pin:before {
  content: "\e901";
}
.icon-icon-calendar:before {
  content: "\e903";
}
