@font-face {
  font-family: 'theme';
  src:
    url('https://d1azc1qln24ryf.cloudfront.net/66770/EWA2016/theme.woff2?h9fkdc') format('woff2'),
    url('https://d1azc1qln24ryf.cloudfront.net/66770/EWA2016/theme.ttf?h9fkdc') format('truetype'),
    url('https://d1azc1qln24ryf.cloudfront.net/66770/EWA2016/theme.woff?h9fkdc') format('woff'),
    url('https://d1azc1qln24ryf.cloudfront.net/66770/EWA2016/theme.svg?h9fkdc#theme') 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: 'theme' !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-menu:before {
  content: "\3d";
}
.icon-close:before {
  content: "\d7";
}
.icon-plus:before {
  content: "\2b";
}
.icon-minus:before {
  content: "\2d";
}
.icon-search:before {
  content: "\3f";
}
.icon-printer:before {
  content: "\e900";
}

