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

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

.icon-web:before {
  content: "\f108";
}
.icon-phone:before {
  content: "\f10b";
}
.icon-mail:before {
  content: "\f1d8";
}
