/* ============================================================
   FONTS — REMOTE (Google Fonts CDN)
   Quick-start option: works immediately, no extra files needed.
   NOTE (GDPR / German market): loading fonts from Google servers
   transmits visitor IP addresses to Google. Before targeting the
   German market, switch to self-hosted fonts:
     1. Download the font files (see INSTRUKCJA.md, section "Fonty")
        into /assets/fonts/
     2. In every HTML file, replace fonts-remote.css
        with fonts-local.css (one line).
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap');
