/* Mentoria ELEVVA — Typography tokens */
:root {
  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-body: 'Poppins', -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;

  /* Type scale — display uses serif, text uses sans */
  --fs-display-xl: 5rem;    /* 80px hero wordmark */
  --fs-display-lg: 3.75rem; /* 60px */
  --fs-display-md: 2.75rem; /* 44px */
  --fs-display-sm: 2rem;    /* 32px section titles */
  --fs-title: 1.5rem;       /* 24px */
  --fs-lead: 1.25rem;       /* 20px lead paragraph */
  --fs-body: 1rem;          /* 16px */
  --fs-body-sm: 0.875rem;   /* 14px */
  --fs-caption: 0.75rem;    /* 12px */
  --fs-eyebrow: 0.8125rem;  /* 13px kicker */

  --lh-tight: 1.05;   /* @kind other */
  --lh-snug: 1.2;     /* @kind other */
  --lh-normal: 1.5;   /* @kind other */
  --lh-relaxed: 1.7;  /* @kind other */

  --ls-tight: -0.01em;   /* @kind other */
  --ls-normal: 0;        /* @kind other */
  --ls-wide: 0.04em;     /* @kind other */
  --ls-eyebrow: 0.18em;  /* @kind other */

  --fw-light: 300;     /* @kind other */
  --fw-regular: 400;   /* @kind other */
  --fw-medium: 500;    /* @kind other */
  --fw-semibold: 600;  /* @kind other */
  --fw-bold: 700;      /* @kind other */
}
