/* ──────────────────────────────────────────────────────────────
   Finally Quiet — Web Fonts
   Family: Poppins (weights 300–900)
   Source: Google Fonts CDN
   To fully self-host: download the woff2 files from
   https://fonts.google.com/specimen/Poppins and place them in
   /fonts/poppins/, then replace the @import below with @font-face
   declarations pointing to those files.
   ────────────────────────────────────────────────────────────── */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
