@import "vendor/nebenan-codes";

@font-face {
  font-family: Inter;
  src: url("./fonts/Inter.var.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
}

// temporary decache by hand until all projects are using webpack
@font-face {
  font-family: "nebenan_icons";
  src: url("./fonts/nebenan.woff2") format("woff2");
  font-display: block;
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]::before,
[class*=" icon-"]::before {
  width: 1em;

  // stylelint-disable-next-line
  font-family: 'nebenan_icons';
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;

  text-align: center;

  // For safety - reset parent styles, that can break glyph codes
  font-variant: normal;
  text-transform: none;

  // fix buttons height, for twitter bootstrap
  line-height: 1em;

  // Font smoothing. That was taken from TWBS
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
