/* Careno typography tokens */
:root {
  /* Families */
  --font-display: "Jost", "Futura", "Century Gothic", sans-serif; /* wordmark + display; substitute for Futura BT Medium */
  --font-body: "Work Sans", "Helvetica Neue", Arial, sans-serif;

  /* Wordmark / eyebrow letterspacing — the brand's signature */
  --tracking-wordmark: 0.32em;  /* C A R E N O */
  --tracking-eyebrow: 0.28em;   /* S U S T A I N A B L E  V A L U E … */
  --tracking-wide: 0.08em;
  --tracking-normal: 0;

  /* Scale (marketing site, 1440 design width) */
  --text-hero: 64px;        /* display, weight 400, lh 1.1 */
  --text-h1: 48px;
  --text-h2: 34px;
  --text-h3: 24px;
  --text-lead: 20px;        /* Work Sans 300 */
  --text-body-size: 17px;   /* Work Sans 400, lh 1.65 */
  --text-small: 14px;
  --text-eyebrow: 13px;     /* caps, letterspaced */

  /* Weights */
  --weight-display: 400;
  --weight-display-medium: 500;
  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;

  /* Line heights */
  --leading-tight: 1.12;
  --leading-heading: 1.22;
  --leading-body: 1.65;
}
