/* Kupp-west Apple Clean - typography.
   One system sans stack, weight and size carry the hierarchy. No web fonts. */
:root {
  --font-sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --text-body: 17px;          /* base size, line-height 1.6 */
  --text-statement: clamp(30px, 4.4vw, 52px); /* h2 statement, weight 700, tracking -.025em */
  --text-h1: clamp(38px, 6vw, 72px);          /* hero headline, weight 700, tracking -.028em */
  --text-lead: clamp(18px, 2.2vw, 23px);      /* hero lead, muted */
  --text-stat: clamp(34px, 4.5vw, 56px);      /* big numbers, weight 200 */
  --text-caption: 13px;       /* captions, table body */
  --text-label: 11px;         /* uppercase labels, tracking .1em-.14em, weight 600-700 */
}
