/* PunktStudio webfonts.
   NOTE: no font binaries were supplied with the brief. These are Google Fonts
   substitutions chosen for the brand (see readme.md > Visual foundations).
   Space Grotesk  - display / wordmark / headings
   IBM Plex Sans  - UI + body (full Polish diacritic coverage)
   IBM Plex Mono  - code, data, labels, meta
   Replace the @import below with self-hosted @font-face rules once real files exist. */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;1,400&family=IBM+Plex+Mono:wght@400;500&display=swap");

:root{
  --font-display:"Space Grotesk","Helvetica Neue",Helvetica,sans-serif;
  --font-sans:"IBM Plex Sans","Helvetica Neue",Helvetica,sans-serif;
  --font-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
}
