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

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

.iconf-email:before {
  content: "\e900";
}
.iconf-fb:before {
  content: "\e901";
}
.iconf-ig:before {
  content: "\e902";
}
.iconf-star:before {
  content: "\e903";
}
