/* SoftStack — Typography tokens */
:root{
  --font-display:'Fredoka','Baloo 2',system-ui,sans-serif; /* rounded bubbly headings + wordmark */
  --font-body:'Nunito',system-ui,sans-serif;               /* friendly readable copy */

  /* Weights */
  --fw-body:400;      /* @kind font */
  --fw-medium:600;    /* @kind font */
  --fw-semibold:600;  /* @kind font */
  --fw-bold:700;      /* @kind font */
  --fw-display:600;   /* @kind font */ /* Fredoka SemiBold — default display weight */
  --fw-heavy:700;     /* @kind font */

  /* Type scale (px). Display uses Fredoka, text uses Nunito. */
  --fs-display:44px;  --lh-display:1.05; /* @kind font */
  --fs-h1:32px;       --lh-h1:1.1;       /* @kind font */
  --fs-h2:24px;       --lh-h2:1.15;      /* @kind font */
  --fs-h3:20px;       --lh-h3:1.2;       /* @kind font */
  --fs-title:17px;    --lh-title:1.3;    /* @kind font */
  --fs-body:16px;     --lh-body:1.5;     /* @kind font */
  --fs-sm:14px;       --lh-sm:1.45;      /* @kind font */
  --fs-caption:12px;  --lh-caption:1.4;  /* @kind font */
  --fs-overline:11px; --lh-overline:1.3; /* @kind font */

  --tracking-tight:-0.01em;   /* @kind font */
  --tracking-normal:0;        /* @kind font */
  --tracking-overline:0.08em; /* @kind font */
}
