/* tunueva.casa — Typography tokens
   Poppins only. 18 weights available upstream; we use 300/400/500/600/700. */

:root {
  --font-family-base: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --font-weight-light:    300; /* Display / titulares */
  --font-weight-regular:  400; /* Cuerpo de texto */
  --font-weight-medium:   500; /* Subtítulos, UI, precios */
  --font-weight-semibold: 600; /* Énfasis fuerte, nav activo */
  --font-weight-bold:     700; /* Uso escaso — alertas, números grandes */

  /* Display / Titulares — Poppins Light */
  --text-display-xl: 300 56px/1.1 var(--font-family-base);
  --text-display-lg: 300 40px/1.15 var(--font-family-base);
  --text-display-md: 300 32px/1.2 var(--font-family-base);

  /* Headings — Poppins Medium for stronger UI headings */
  --text-heading-lg: 500 24px/1.3 var(--font-family-base);
  --text-heading-md: 500 20px/1.35 var(--font-family-base);
  --text-heading-sm: 500 16px/1.4 var(--font-family-base);

  /* Body — Poppins Regular */
  --text-body-lg: 400 18px/1.6 var(--font-family-base);
  --text-body-md: 400 16px/1.6 var(--font-family-base);
  --text-body-sm: 400 14px/1.5 var(--font-family-base);

  /* UI / Subtítulos — Poppins Medium */
  --text-ui-label: 500 13px/1.4 var(--font-family-base);
  --text-ui-caption: 500 12px/1.4 var(--font-family-base);

  /* Precio / Destacado — Poppins Medium */
  --text-price-lg: 500 28px/1.2 var(--font-family-base);
  --text-price-md: 500 20px/1.2 var(--font-family-base);

  --letter-spacing-wide: 0.04em;
  --letter-spacing-normal: 0;
}
