/* Fonty hostowane lokalnie, okrojone do znakow uzywanych na stronie
   (PL, DE, CS, EN + cyrylica ukrainska). Inter i DM Sans jako fonty zmienne.
   Inter, DM Sans, Space Mono — SIL Open Font License 1.1.
   Powody self-hostingu: szybszy render (zero polaczen do serwerow Google)
   oraz RODO — przegladarka goscia nie wysyla juz swojego IP do Google. */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500 800;
  font-display: swap;
  src: url('/fonts/inter-var.woff2') format('woff2');
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/dm-sans-var.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/fonts/space-mono-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/fonts/space-mono-700.woff2') format('woff2');
}
