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

i.ico-sos {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icosos' !important;
  speak: none;
  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;
}

.ico-sosemail:before {
  content: "\e900";
}
.ico-sosyoutube:before {
  content: "\e912";
}
.ico-sosfacebook:before {
  content: "\10ffff";
}
.ico-sosinstagram:before {
  content: "\ea92";
}
.ico-soswhatsapp:before {
  content: "\ea93";
}
.ico-sostwitter:before {
  content: "\ea96";
}
