/* ============================================================
   TYPOGRAPHY — Empresas Directory System
   Display: Fredoka (rounded)  ·  Body/UI: Nunito  ·  Mono: Space Mono
   ============================================================ */
:root {
  --font-display: 'Fredoka', system-ui, sans-serif;
  --font-body:    'Nunito', system-ui, -apple-system, sans-serif;
  --font-mono:    'Space Mono', ui-monospace, monospace;

  /* Weights */
  --fw-regular:   400; /* @kind font */
  --fw-medium:    500; /* @kind font */
  --fw-semibold:  600; /* @kind font */
  --fw-bold:      700; /* @kind font */
  --fw-extrabold: 800; /* @kind font */

  /* Type scale (fluid-friendly px) */
  --text-2xs: 0.6875rem; /* 11 */
  --text-xs:  0.75rem;   /* 12 */
  --text-sm:  0.875rem;  /* 14 */
  --text-md:  1rem;      /* 16 — base */
  --text-lg:  1.125rem;  /* 18 */
  --text-xl:  1.375rem;  /* 22 */
  --text-2xl: 1.75rem;   /* 28 */
  --text-3xl: 2.25rem;   /* 36 */
  --text-4xl: 3rem;      /* 48 */
  --text-5xl: 3.75rem;   /* 60 */
  --text-6xl: 4.75rem;   /* 76 */

  /* Line heights */
  --leading-tight:   1.08; /* @kind other */
  --leading-snug:    1.25; /* @kind other */
  --leading-normal:  1.5;  /* @kind other */
  --leading-relaxed: 1.65; /* @kind other */

  /* Letter spacing */
  --tracking-tight:  -0.02em; /* @kind other */
  --tracking-snug:   -0.01em; /* @kind other */
  --tracking-normal: 0;       /* @kind other */
  --tracking-wide:   0.04em;  /* @kind other */
  --tracking-caps:   0.08em;  /* @kind other */

  /* Semantic roles */
  --heading-family: var(--font-display);
  --heading-weight: var(--fw-semibold); /* @kind font */
  --heading-tracking: var(--tracking-tight); /* @kind other */
  --body-family: var(--font-body);
  --body-weight: var(--fw-regular); /* @kind font */
}
