/* ── Webfonts ───────────────────────────────────────────────────────
   Prioritize Yourself uses two Google-hosted typefaces, loaded exactly as
   the production app loads them (index.html <link>). No local binaries ship
   with the brand, so consumers pull them from Google Fonts here.

   Inter  — UI + body. Weights 400/500/600/700.
   Lora   — display / serif accent. Weights 500/600/700.

   The @import brings in the upstream @font-face rules (the compiler treats
   those hosted src URLs as the brand webfonts). */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Lora:wght@500;600;700&display=swap');
