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

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'anders' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 0.8;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    
  font-size: 2.4em;
}

.ico-by:before {
  content: "\e913";
  font-size: 0.55em;
  margin-right: 1.2rem;
}
.ico-cc:before {
  content: "\e914";
  font-size: 0.55em;
  margin-right: 0.4rem;
}
.ico-nc:before {
  content: "\e915";
  font-size: 0.55em;
  margin-right: 1.2rem;
}
.ico-nd:before {
  content: "\e916";
  font-size: 0.55em;
  margin-right: 1.2rem;
}
.ico-sa:before {
  content: "\e917";
  font-size: 0.55em;
  margin-right: 1.2rem;
}
.ico-download:before {
  content: "\e90b";
  font-size: 0.5em;
  margin: 0rem 0.6rem 0rem 0.9rem;
}
.ico-link:before {
  content: "\e912";
  font-size: 0.5em;
  margin: 0rem 0.6rem 0rem 0.9rem;
}
.ico-close:before {
  content: "\e90a";
}
.ico-left:before {
  content: "\e90c";
}
.ico-maximize:before {
  content: "\e90d";
}
.ico-minimize:before {
  content: "\e90e";
}
.ico-play:before {
  content: "\e90f";
}
.ico-right:before {
  content: "\e910";
}
.ico-paused:before {
  content: "\e911";
}
.ico-fonts:before {
  content: "\e900";
}
.ico-illustrations:before {
  content: "\e901";
}
.ico-miscellaneous:before {
  content: "\e902";
}
.ico-onlinegame:before {
  content: "\e903";
}
.ico-parlourgame:before {
  content: "\e904";
}
.ico-personal:before {
  content: "\e905";
}
.ico-print:before {
  content: "\e906";
}
.ico-video:before {
  content: "\e907";
}
.ico-videogame:before {
  content: "\e908";
}
.ico-website:before {
  content: "\e909";
}

@media screen and (max-width: 38rem) {
    i {
        font-size: 1.6rem;
    }
}