/*
 * NeuroSYNC type tokens.
 * Headings: Oswald (real brand face). Body: Jost (substitute for Avenir — see
 * fonts.css note). Font sizes/line-heights below were ranked from the live
 * site's rendered CSS (tokens/site-scrape.json has the full extraction).
 */
:root {
  /* --- Families --- */
  --font-heading: 'Oswald', oswald-medium, sans-serif;
  --font-heading-condensed: 'Oswald', sans-serif; /* NeuroSYNC wordmark weight is Oswald Bold/700 */
  --font-body: 'Jost', avenir-lt-w01_35-light1475496, sans-serif; /* Jost substitutes Avenir — see fonts.css */
  --font-alt: 'Jost', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  /* --- Sizes (top-occurring on the live site, ranked) --- */
  --font-size-1: 14px;  /* body copy default */
  --font-size-2: 16px;  /* body copy, buttons */
  --font-size-3: 12px;  /* eyebrow / meta / labels (uppercase, tracked) */
  --font-size-4: 24px;  /* card / event titles */
  --font-size-5: 10px;  /* fine print */
  --font-size-6: 18px;  /* subheads */
  --font-size-7: 32px;  /* section headings, event-tile day number */
  --font-size-8: 22px;
  --font-size-9: 20px;
  --font-size-10: 11px;

  /* --- Weights --- */
  --font-weight-body: 400;
  --font-weight-body-medium: 500;
  --font-weight-heading: 600;   /* Oswald medium/semibold for headings */
  --font-weight-heading-bold: 700; /* wordmark ("NeuroSYNC") weight */

  /* --- Line heights --- */
  --line-height-tight: 1.1;   /* headings, wordmark */
  --line-height-body: 1.5;    /* paragraphs */

  /* --- Letter spacing --- */
  --tracking-eyebrow: 0.08em; /* uppercase eyebrows/labels */
  --tracking-button: 0.02em;
}
