/* =====================================================================
   WDS TYPOGRAPHY — role tokens (mirror of the Notion Typography Role Registry)
   30 roles as `font` shorthands + kern companions. Consume via font:var(--text-*).
   Poppins = Display/Headline/Title; Inter = everything else. Source of truth = the registry.
   ===================================================================== */
:root{
  --text-display-sm:600 40px/48px 'Poppins',sans-serif;
  --text-display:700 52px/60px 'Poppins',sans-serif;
  --text-display-lg:700 72px/80px 'Poppins',sans-serif;
  --text-headline-sm:600 20px/28px 'Poppins',sans-serif;
  --text-headline:600 24px/32px 'Poppins',sans-serif;
  --text-headline-md:700 28px/36px 'Poppins',sans-serif;
  --text-headline-lg:600 32px/40px 'Poppins',sans-serif;
  --text-title-sm:600 14px/20px 'Poppins',sans-serif;
  --text-title-xs:600 15px/22px 'Poppins',sans-serif;
  --text-title:600 16px/24px 'Poppins',sans-serif;
  --text-title-lg:600 18px/26px 'Poppins',sans-serif;
  --text-body-sm:400 13px/20px 'Inter',sans-serif;
  --text-body:400 15px/22px 'Inter',sans-serif;
  --text-body-lg:400 17px/26px 'Inter',sans-serif;
  --text-subhead:500 16px/24px 'Inter',sans-serif;
  --text-lead:400 18px/28px 'Inter',sans-serif;
  --text-blockquote:italic 400 17px/26px 'Inter',sans-serif;
  --text-list-item:400 15px/22px 'Inter',sans-serif;
  --text-section-label:600 12px/16px 'Inter',sans-serif;
  --text-label:500 13px/18px 'Inter',sans-serif;
  --text-label-secondary:400 13px/18px 'Inter',sans-serif;
  --text-utility:500 12px/16px 'Inter',sans-serif;
  --text-meta:400 12px/16px 'Inter',sans-serif;
  --text-footnote:400 11px/16px 'Inter',sans-serif;
  --text-button:600 14px/20px 'Inter',sans-serif;
  --text-callout:500 14px/20px 'Inter',sans-serif;
  --text-callout-lg:500 15px/22px 'Inter',sans-serif;
  --text-link:400 15px/22px 'Inter',sans-serif;
  --text-caption-sm:600 10px/14px 'Inter',sans-serif;
  --text-caption:600 11px/16px 'Inter',sans-serif;
  /* kern companions (font shorthand can't carry letter-spacing) */
  --ls-section-label:.06em; --ls-caption:.06em; --ls-caption-sm:.08em;
}
