/* Mora Mora — tipografía (Sección 02.3).
   Display/Hero: Paytone One (titulares, momentos rebeldes).
   Body/UI: ITC Franklin Gothic Std (archivos oficiales).
   Acento: Gobold ("Go Bold") para POP/promos.
   El wordmark cursivo es un activo dibujado a mano — nunca tipografía. */
:root {
  --font-display: "Paytone One", "ITC Franklin Gothic Std", sans-serif;
  --font-body: "ITC Franklin Gothic Std", "Franklin Gothic Medium", sans-serif;
  --font-accent: "Gobold", "Paytone One", sans-serif; /* POP, promos, momentos display alternos */
  --font-serif: "Cooper BT", serif; /* serif cálida — editorial, menús, momentos nostálgicos */
  --font-impact: "Gotham", "ITC Franklin Gothic Std", sans-serif; /* solo Black 900 — titulares de impacto */

  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 19px;
  --text-xl: 24px;
  --text-2xl: 32px;
  --text-3xl: 44px;
  --text-4xl: 60px;

  --leading-tight: 1.1;
  --leading-snug: 1.25;
  --leading-normal: 1.55;

  --tracking-caps: 0.08em; /* versalitas de descriptor (MARKET, JUICE BAR) */
}
