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

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

.aicon-menu:before {
  content: "\e900";
}
.aicon-more-horizontal:before {
  content: "\e901";
}
.aicon-more-vertical:before {
  content: "\e902";
}
.aicon-search:before {
  content: "\e903";
}
.aicon-chevron-left:before {
  content: "\e904";
}
.aicon-chevron-right:before {
  content: "\e905";
}
