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

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

.asa-menu:before {
  content: "\e900";
}
.asa-dropdown:before {
  content: "\e901";
}
.asa-search:before {
  content: "\e902";
}
.asa-close:before {
  content: "\e903";
}
