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

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

.ei-acorn:before {
  content: "\e900";
}
