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

.anaci-icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'anaci-icons' !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;
}

.anaci-icon-calendar:before {
  content: "\e900";
}
.anaci-icon-coins-euro:before {
  content: "\e901";
}
.anaci-icon-doc-frame-pen:before {
  content: "\e902";
}
.anaci-icon-download-pdf:before {
  content: "\e903";
}
.anaci-icon-star-connection:before {
  content: "\e904";
}
.anaci-icon-stats-man:before {
  content: "\e905";
}
