@font-face {
  font-family: "Bernard";
  src: url("../../assets/fonts/BERNHC.TTF");
}
@font-face {
  font-family: "Dosis";
  src: url("../../assets/fonts/Dosis-Regular.ttf");
}

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

[class^="icon-"], [class*=" icon-"] {
  /* 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-email:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
}
.icon-web:before {
  content: "\e9c9";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-dribbble:before {
  content: "\eaa7";
}
.icon-github:before {
  content: "\eab0";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-pinterest:before {
  content: "\ead1";
}
