/* FARU FITNESS · Tipografía del sitio
   Oswald: títulos, navegación y botones (condensada, deportiva, hermana del logo)
   Inter: textos de lectura (moderna y muy legible) */

body{
  font-family:'Inter','Helvetica Neue',Arial,sans-serif;
}

h1, h2, h3,
nav a,
button,
.chip span,
.categoria,
.card .num,
.card .cta,
.boton,
.boton-wsp,
.equipo-tag,
.chk-label,
.kcal .l,
.sexo label{
  font-family:'Oswald','Inter',sans-serif;
}

/* Oswald ya es condensada: aflojamos el tracking negativo de los títulos */
h1{letter-spacing:.01em;}
.card h2, .dia h3, .panel h2, .etiqueta h2, .tarjeta h2, .wsp h2{letter-spacing:.02em;}

/* Peso justo para que los botones no griten */
button, .boton, .boton-wsp{font-weight:600;}
nav a{font-weight:500;}
h1, .card h2, .etiqueta h2{font-weight:700;}
