@font-face {
  font-family: 'EksellDisplay-Large';
  src: url('../fonts/eksell/EksellDisplay-Large.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik-normal';
  src: url('../fonts/aeonik/Aeonik-Regular.woff') format('woff'),
      url('../fonts/aeonik/Aeonik-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik-light';
  src: url('../fonts/aeonik/Aeonik-Light.woff') format('woff'),
      url('../fonts/aeonik/Aeonik-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/aeonik/Aeonik-Bold.woff') format('woff'),
      url('../fonts/aeonik/Aeonik-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'stack-interface';
    src: url('../font/stack-interface.svg?34857618#stack-interface') format('svg');
  }
}
*/