/**
 * Fonty lokalne — sieć zamknięta (bez Google Fonts CDN).
 * Stack systemowy; opcjonalnie dodaj pliki .woff2 do /fonts/ i @font-face.
 */
:root {
  --cel-font: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

body {
  font-family: var(--cel-font, system-ui, sans-serif);
}
