/* ============================================================
   Kroma Living — Typography tokens
   Títulos: Chloe (provided). Subtítulos: Outfit Medium.
   Cuerpo: Outfit ExtraLight/Light. Casing sentence-case, calm.
   ============================================================ */

:root {
  /* ---- Families ---- */
  --font-display: "Chloe", Georgia, serif; /* titles */
  --font-sans:    "Outfit", ui-sans-serif, system-ui, sans-serif; /* subtitles + body */

  /* ---- Weights (Outfit) ---- */
  --fw-extralight: 200; /* @kind font */
  --fw-light:      300; /* @kind font */
  --fw-regular:    400; /* @kind font */
  --fw-medium:     500; /* @kind font */
  --fw-semibold:   600; /* @kind font */

  /* ---- Display sizes (serif) ---- */
  --text-display-xl: 5.5rem;   /* hero */
  --text-display-lg: 4rem;
  --text-display-md: 3rem;
  --text-display-sm: 2.25rem;

  /* ---- UI / body sizes (Outfit) ---- */
  --text-xs:  0.75rem;
  --text-sm:  0.875rem;
  --text-base:1rem;
  --text-lg:  1.125rem;
  --text-xl:  1.375rem;
  --text-2xl: 1.75rem;

  /* ---- Line heights ---- */
  --leading-tight:  1.05;
  --leading-snug:   1.25;
  --leading-normal: 1.55;
  --leading-relaxed:1.7;

  /* ---- Tracking ---- */
  --tracking-tight:  -0.02em;
  --tracking-normal: 0;
  --tracking-wide:   0.08em;
  --tracking-caps:   0.18em;  /* the LIVING lockup treatment */
}
