/* ============================================================
   KONFIGURACJA CZCIONEK  —  edytować TYLKO ten plik
   ------------------------------------------------------------
   --f-display : nagłówki (tytuł strony, nagłówki grup)
   --f-body    : tekst główny
   --f-mono    : drobne etykiety / dane

   --fs-base   : bazowy rozmiar tekstu (wszystko skaluje się od niego)
   --lh-body   : interlinia tekstu głównego
   --lh-tight  : interlinia nagłówków
   ============================================================ */

:root {
  --f-display: "Ubuntu", "Cantarell", "DejaVu Sans", sans-serif;
  --f-body:    "Ubuntu", "Cantarell", "DejaVu Sans", sans-serif;
  --f-mono:    "DejaVu Sans Mono", "Ubuntu Mono", monospace;

  --fs-base:  16.5px;
  --lh-body:  1.6;
  --lh-tight: 1.2;
}
