/* Portal font — local/system only (no Google Fonts @import; avoids network hang).
   | Czcionka portalu — lokalna/systemowa (bez @import Google; unika zawieszeń sieci). */

:root {
  --site-font: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

html {
  font-family: var(--site-font);
}
