/* ============================================================
   AVANCE OLÍMPICO — Base visual GLOBAL da plataforma
   Tipografia da marca aplicada em todos os módulos.
   (Cores já vêm de #avanceBrandHardening no index.html.)
   Poppins = títulos/destaques | Inter = textos e apoio.
   ============================================================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&family=Inter:wght@400;500&display=swap');

body,
input, select, textarea, button {
  font-family:'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family:'Poppins','Inter',sans-serif;
}
