@font-face {
  font-family: 'acentral-font';
  src:  url('fonts/acentral-font.eot?tuo55y');
  src:  url('fonts/acentral-font.eot?tuo55y#iefix') format('embedded-opentype'),
    url('fonts/acentral-font.ttf?tuo55y') format('truetype'),
    url('fonts/acentral-font.woff?tuo55y') format('woff'),
    url('fonts/acentral-font.svg?tuo55y#acentral-font') 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: 'acentral-font' !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;
}

.icon-map:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-cono:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e903";
  color: #ff4b4b;
}
