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

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

.hatsicon-hat1:before {
  content: "\e900";
}
.hatsicon-hat2:before {
  content: "\e901";
}
.hatsicon-hat3:before {
  content: "\e902";
}
.hatsicon-hat4:before {
  content: "\e903";
}
.hatsicon-hat5:before {
  content: "\e904";
}
