@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?esiji8');
  src:  url('fonts/icomoon.eot?esiji8#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?esiji8') format('truetype'),
    url('fonts/icomoon.woff?esiji8') format('woff'),
    url('fonts/icomoon.svg?esiji8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fa-youday, 
.fa-yousign, 
.fa-outlook, 
.fa-mailchimp, 
.fa-sendinblue,
.fa-signature {
  /* 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;
}

.fa-youday:before {
  content: "\e905";
}
.fa-yousign:before {
  content: "\e904";
}
.fa-signature:before {
  content: "\e902";
}
.fa-outlook:before {
  content: "\e903";
}
.fa-mailchimp:before {
  content: "\e901";
}
.fa-sendinblue:before {
  content: "\e900";
}

