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

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* 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: inherit;

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

.icon-mail:before {
  content: "\40";
}
.icon-tel:before {
  content: "\2706";
}
.icon-web:before {
  content: "\25d0";
}
