/* Type tokens. Sizes are verbatim from the Figma file — including the
   non-round values (21.5999985px body, 18.8937px document label). Do not snap. */
:root{
--nh-font-print:Verdana,sans-serif;              /* corporate / print — style guide */
--nh-font-web:"Open Sans","Helvetica Neue",Arial,sans-serif;          /* web copy, condensed via font-stretch */
--nh-font-display:"Archivo","Helvetica Neue",Arial,sans-serif;        /* substitute for Helvetica Neue LT Pro */
--nh-font-ui:"Source Sans 3","Open Sans",Arial,sans-serif;
--nh-font-doc:"Poppins","Open Sans",Arial,sans-serif;                 /* style-guide sheets */
--nh-stretch-condensed:75%;

--nh-size-utility:13.5px;
--nh-size-sm:20px;
--nh-size-body:21.599998px;
--nh-size-nav:22px;
--nh-size-h3:25px;
--nh-size-h2:35px;
--nh-size-h1:45px;
--nh-size-stat:45px;
--nh-size-doc-label:18.89369773864746px;
--nh-size-doc-title:30.229917526245117px;
--nh-size-print-display:50px;
--nh-size-print-hero:89.45454406738281px;

--nh-lh-flat:100%; /* @kind other */
--nh-lh-tight:1; /* @kind other */
--nh-lh-body:1.5; /* @kind other */
--nh-lh-h1:52px;
--nh-lh-h2:35px;
--nh-lh-h3:25px;
--nh-lh-nav:20px;
--nh-lh-button:27px;
--nh-lh-stat:55px;
--nh-lh-doc:1.6; /* @kind other */

--nh-weight-light:300;
--nh-weight-regular:400;
--nh-weight-semibold:600;
--nh-weight-bold:700;
--nh-weight-black:900;
}