/* ═══════════════════════════════════════════════════
   SUCRE FONTS — Manual de Marca Me Gusta Sucre
   ─────────────────────────────────────────────────
   JERARQUIA:
   Titulares  → Aztec Beat · UPPERCASE · rojo/negro
   Subtítulos → Inter · Bold · UPPERCASE
   Cuerpo     → Inter · Medium (500) · mixed case
   CTA        → Inter · Bold · UPPERCASE · fondo rojo
   ═══════════════════════════════════════════════════ */

/* Las @font-face viven en style.css */

/* Titular — Aztec Beat siempre uppercase */
.serif,
.section-title,
.brand-card-name {
  font-family: 'Aztec Beat', serif;
  text-transform: uppercase;
}

/* Subtítulo — Inter Bold uppercase */
.subtitle-brand {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

/* Cuerpo — Inter Medium */
.body-brand,
.polaroid::after {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

/* Accent italic */
.handwritten {
  font-family: 'Inter', sans-serif;
  font-style: italic;
  font-weight: 500;
}
