/* Adonify — Typography tokens */
:root {
  --font-body:    'Inter', sans-serif;
  --font-display: 'Barlow Condensed', sans-serif;

  --text-xs:    11px;  /* eyebrows, badges, labels */
  --text-sm:    12px;  /* captions, helper text */
  --text-base:  14px;  /* card body, nav links, table rows */
  --text-md:    15px;  /* default body, buttons */
  --text-lg:    16px;  /* section sub-headlines */
  --text-xl:    18px;  /* hero subtitle */
  --text-2xl:   22px;  /* logo, nav brand (Barlow Condensed 900) */
  --text-h3:    24px;  /* sub-section headings */
  --text-h2:    40px;  /* section headings (Barlow Condensed) */
  --text-h1:    58px;  /* hero; fluid on landing: clamp(42px, 7vw, 72px) */

  --leading-tight:   1.1;
  --leading-snug:    1.4;
  --leading-normal:  1.6;
  --leading-relaxed: 1.7;

  --weight-regular:  400;
  --weight-medium:   500;
  --weight-semibold: 600;
  --weight-bold:     700;
  --weight-black:    900; /* Barlow Condensed display weight */

  --tracking-eyebrow: .12em; /* uppercase eyebrows: .12–.14em */
  --tracking-brand:   .04em; /* ADONIFY logotype */
}
