/* ==========================================================================
   ALCO CONSTRUCTORA — Typography tokens
   ========================================================================== */

:root {
  /* ---- Families ---- */
  --font-display: 'Space Grotesk', 'Arial Narrow', sans-serif; /* headlines, wordmark, big numbers */
  --font-body:    'Archivo', 'Helvetica Neue', Arial, sans-serif; /* body copy, UI text */
  --font-mono:    'Space Mono', 'Courier New', monospace;         /* labels, specs, addresses, tags */

  /* ---- Size scale (px) ---- */
  --text-2xs:  11px;
  --text-xs:   12px;
  --text-sm:   14px;
  --text-base: 16px;
  --text-md:   18px;
  --text-lg:   22px;
  --text-xl:   28px;
  --text-2xl:  36px;
  --text-3xl:  48px;
  --text-4xl:  64px;
  --text-5xl:  88px;

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

  /* ---- Letter spacing ---- */
  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide:  0.04em;
  --tracking-widest: 0.16em; /* wordmark, eyebrows, labels */

  /* ---- Weights ---- */
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
}
