/* ============================================================
   AcePrep — Typography Tokens
   Geist throughout. Headings lean light/regular and large for an
   airy, minimalist feel (see the "Coming Soon" / "Welcome to
   AcePrep" hero type). Body is regular weight, comfortable.
   ============================================================ */

:root {
  /* ---- Families ---- */
  --font-sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --font-display: "Geist", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  /* ---- Weights ---- */
  --weight-light: 300;     /* hero display */
  --weight-regular: 400;   /* body */
  --weight-medium: 500;    /* labels, nav, buttons */
  --weight-semibold: 600;  /* card titles, emphasis */
  --weight-bold: 700;      /* page titles */

  /* ---- Type scale (rem; 1rem = 16px) ---- */
  --text-display: 4rem;      /* 64px — hero "Coming Soon" */
  --text-h1: 2.625rem;       /* 42px — page titles */
  --text-h2: 2rem;           /* 32px — section headings */
  --text-h3: 1.5rem;         /* 24px — sub-headings */
  --text-title: 1.25rem;     /* 20px — card titles */
  --text-lg: 1.125rem;       /* 18px */
  --text-base: 1rem;         /* 16px — body */
  --text-sm: 0.875rem;       /* 14px — nav, meta */
  --text-xs: 0.75rem;        /* 12px — captions, badges */

  /* ---- Line heights ---- */
  --leading-tight: 1.15;     /* display / headings */
  --leading-snug: 1.3;
  --leading-normal: 1.5;     /* body */
  --leading-relaxed: 1.65;

  /* ---- Letter spacing ---- */
  --tracking-tight: -0.02em;   /* large headings */
  --tracking-normal: 0;
  --tracking-wide: 0.05em;     /* uppercase eyebrows / toolbar labels */
  --tracking-wider: 0.08em;    /* uppercase meta (calendar dates) */
}
