/* TYPOGRAPHY — The Rusk Alliance
   Display: Fredoka (chunky + rounded, echoes VRChat's balloon lettering).
   Body: Nunito (friendly rounded sans). Mono: Space Mono. */

:root {
  --font-display: "Fredoka", "Trebuchet MS", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, -apple-system, sans-serif;
  --font-mono: "Space Mono", ui-monospace, "SF Mono", monospace;

  /* Weights */
  --fw-body: 400; /* @kind other */
  --fw-medium: 600; /* @kind other */
  --fw-bold: 700; /* @kind other */
  --fw-display: 600; /* @kind other */
  --fw-display-heavy: 700; /* @kind other */

  /* Type scale */
  --fs-display-xl: 64px;   /* hero */
  --fs-display-lg: 44px;
  --fs-display-md: 32px;
  --fs-h1: 28px;
  --fs-h2: 22px;
  --fs-h3: 18px;
  --fs-body-lg: 17px;
  --fs-body: 15px;
  --fs-small: 13px;
  --fs-tiny: 11px;

  /* Line heights */
  --lh-tight: 1.1; /* @kind other */
  --lh-heading: 1.2; /* @kind other */
  --lh-body: 1.55; /* @kind other */

  /* Letter spacing */
  --ls-display: -0.01em; /* @kind other */
  --ls-caps: 0.12em; /* @kind other */
}
