/* ============================================================
   FONTS — Titillium Web (official Italian PA typeface), Lora
   (long-form reading) and Roboto Mono (codes/dates/ISBN).
   DEV: loaded from Google Fonts.
   PROD: self-host these families under assets/fonts/ and replace
   this @import with local @font-face rules (performance + GDPR:
   no client-side calls to fonts.google in runtime).
   ============================================================ */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,300;0,400;0,600;0,700;1,400&family=Lora:ital,wght@0,400;0,500;0,600;1,400&family=Roboto+Mono:wght@400;500&display=swap");
