/* ============================================================
   GlobalLinker — Typography Tokens
   Plus Jakarta Sans. Geometric, corporate, high-density.
   ============================================================ */
:root {
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;

  /* ---- 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 (compact, corporate) ---- */
  --fs-display: 48px;   /* Hero headline */
  --fs-h1: 38px;        /* Section super-heading */
  --fs-h2: 30px;        /* Section heading */
  --fs-h3: 22px;        /* Sub-heading / card title */
  --fs-h4: 18px;        /* Small heading / eyebrow-large */
  --fs-lead: 17px;      /* Lead paragraph */
  --fs-body: 15px;      /* Default body */
  --fs-sm: 13px;        /* Secondary / meta */
  --fs-xs: 12px;        /* Badges, labels */
  --fs-eyebrow: 12px;   /* Uppercase eyebrow */

  /* ---- Line heights (tight for density) ---- */
  --lh-tight: 1.1;   /* @kind font */    /* Display + headings */
  --lh-snug: 1.25;   /* @kind font */    /* Sub-headings */
  --lh-normal: 1.55; /* @kind font */    /* Body copy */

  /* ---- Tracking ---- */
  --ls-tight: -0.02em;  /* Large headings @kind font */
  --ls-normal: 0;       /* @kind font */
  --ls-eyebrow: 0.08em; /* Uppercase eyebrows @kind font */

  /* ---- Semantic roles ---- */
  --text-display-size: var(--fs-display);
  --text-display-weight: var(--fw-extrabold); /* @kind font */
  --text-heading-weight: var(--fw-bold);      /* @kind font */
  --text-eyebrow-weight: var(--fw-bold);      /* @kind font */
}
