/* ==========================================================================
   LOKALNE CZCIONKI — @font-face
   ==========================================================================
   Ten plik jest ładowany automatycznie przez inc/enqueue.php, ale TYLKO
   wtedy, gdy w folderach merriweather/ i lato/ znajdą się prawdziwe pliki
   .woff2 (na starcie są tam puste foldery + instrukcja pobrania —
   zobacz assets/fonts/JAK-POBRAC-CZCIONKI.txt oraz README.md).

   Dopóki plików nie wgrasz, motyw automatycznie korzysta z Google Fonts
   CDN (identyczne rodziny i grubości), więc strona wygląda tak samo od
   razu po rozpakowaniu — a Ty możesz dograć lokalne pliki w dowolnym
   momencie bez zmiany kodu.
   ========================================================================== */

/* --- MERRIWEATHER (nagłówki, --font-heading) --- */
@font-face {
  font-family: 'Merriweather';
  src: url('merriweather/Merriweather-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Merriweather';
  src: url('merriweather/Merriweather-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* --- LATO (tekst główny, --font-main) --- */
@font-face {
  font-family: 'Lato';
  src: url('lato/Lato-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('lato/Lato-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
