/* Puenta typefaces. No binaries were supplied with the brief, so the two families
   are loaded from Google Fonts with the latin-ext subset (full Polish diacritics:
   ą ć ę ł ń ó ś ź ż). Swap these @import lines for local @font-face rules if
   licensed binaries become available. */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&family=Public+Sans:wght@400;500;600&display=swap");

:root {
  --font-display: "Poppins", "Segoe UI", system-ui, sans-serif;
  --font-body: "Public Sans", "Segoe UI", system-ui, sans-serif;
  /* Drobny druk — metadane, etykiety wersalikami, liczniki, ID, kod jednorazowy.
     Bez osobnego kroju monospace: ta sama rodzina co tekst, a cyfry trzyma
     w kolumnach font-variant-numeric: tabular-nums przy każdym użyciu tokenu. */
  --font-meta: "Public Sans", "Segoe UI", system-ui, sans-serif;
}
