@font-face {
  font-family: 'proyungas-icons';
  src:  url('fonts/proyungas-icons.eot?rl1lmb');
  src:  url('fonts/proyungas-icons.eot?rl1lmb#iefix') format('embedded-opentype'),
    url('fonts/proyungas-icons.ttf?rl1lmb') format('truetype'),
    url('fonts/proyungas-icons.woff?rl1lmb') format('woff'),
    url('fonts/proyungas-icons.svg?rl1lmb#proyungas-icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'proyungas-icons' !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;
}

.pyicon-facebook:before {
  content: "\e900";
  color: #1877f2;
}
.pyicon-twitter:before {
  content: "\e901";
  color: #1da1f2;
}
.pyicon-whatsapp:before {
  content: "\e902";
  color: #25d366;
}
.pyicon-files-empty:before {
  content: "\e925";
}
.pyicon-mail2:before {
  content: "\ea84";
}
.pyicon-mail3:before {
  content: "\ea85";
}
