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

[class^="footer-icon-"], [class*=" footer-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'footer-icon' !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;
}

.footer-icon-mail:before {
  content: "\e912";
  color: #d2e8ff;
}
.footer-icon-phone:before {
  content: "\e913";
  color: #d2e8ff;
}
.footer-icon-pin:before {
  content: "\e914";
  color: #d2e8ff;
}
