/* ============================================================
   Tipografía Base — Font family y reset global
   ============================================================ */

* {
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
}

html,
body {
  margin: 0;
  padding: 0;
}
