/* ============================================================
   PESQUISA & DADOS — FONT FACES
   The product loads two Google families:
     • Prompt  — UI + body (the prompt-* weight utilities)
     • Oswald  — condensed display / data labels
   We self-reference Google's CDN via @import in fonts so the
   compiler ships webfont URLs to consumers. @font-face below
   pins the families for offline-ish resolution.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&family=Oswald:wght@200;300;400;500;600;700&display=swap');
