/* ===================================================================
   TOKO.AI — TYPE TOKENS
   Display: Schibsted Grotesk — clean, confident grotesk with subtle
   character; modern and Uber-adjacent without the overexposed feel of
   Inter/Helvetica.
   Body/UI: Plus Jakarta Sans — a humanist geometric sans literally
   named for Jakarta; warm, legible, comfortable in Bahasa Indonesia
   and English UI copy alike.
   =================================================================== */

/* Fonts are self-hosted \u2014 see tokens/fonts.css (imported from styles.css). */

:root {
  --font-display: "Schibsted Grotesk", "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", monospace;

  /* Type scale — 1.25 ratio, tuned for large marketing headlines down to UI micro-copy */
  --text-xs:   0.75rem;   /* 12px */
  --text-sm:   0.875rem;  /* 14px */
  --text-base: 1rem;      /* 16px */
  --text-md:   1.125rem;  /* 18px */
  --text-lg:   1.375rem;  /* 22px */
  --text-xl:   1.75rem;   /* 28px */
  --text-2xl:  2.25rem;   /* 36px */
  --text-3xl:  2.75rem;   /* 44px */
  --text-4xl:  3.5rem;    /* 56px */
  --text-5xl:  4.5rem;    /* 72px */

  --leading-tight: 1.05;
  --leading-snug:  1.25;
  --leading-normal:1.5;
  --leading-loose: 1.7;

  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --weight-extrabold: 800;

  --tracking-tight: -0.02em;
  --tracking-normal: 0;
  --tracking-wide: 0.04em;
}
