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

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

.smashicon-smash-icon:before {
  content: "\e900";
}
