/* 01:PM webfonts — loaded from Google Fonts.
   NOTE: no local font binaries were provided in the source codebase, so the three
   brand families are pulled from the Google Fonts CDN. If you have licensed/self-hosted
   binaries, drop them in assets/fonts/ and replace the @import below with @font-face rules.
   Fraunces = display (serif, optical sizing), Inter = body/UI, IBM Plex Mono = signature/tags.

   WEIGHT CEILING — Fraunces and Inter are loaded 400–700. font-weight: 800 on either one
   makes the browser synthesise a fake bold, which shows as dirty edges on screen.
   800 exists ONLY for --font-logo (Poppins 700/800), i.e. the wordmark digits. Nowhere else. */

@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&family=Poppins:wght@700;800&display=swap");
