/* Nunito — brand typeface (Regular, SemiBold, Bold, ExtraBold). Binaries in /fonts, declared in fonts.css. */
:root{
--font-sans:'Nunito',ui-rounded,'SF Pro Rounded',system-ui,sans-serif;
--font-display:'Nunito',ui-rounded,system-ui,sans-serif;

--weight-regular:400;
--weight-semibold:600;
--weight-bold:700;
--weight-extrabold:800;
--weight-black:900;

/* Mobile-first scale */
--text-display:40px; --lh-display:44px;
--text-h1:30px; --lh-h1:36px;
--text-h2:24px; --lh-h2:30px;
--text-h3:20px; --lh-h3:26px;
--text-body-lg:18px; --lh-body-lg:26px;
--text-body:16px; --lh-body:24px;
--text-sm:14px; --lh-sm:20px;
--text-xs:12px; --lh-xs:16px;
--tracking-tight:-0.01em;
--tracking-caps:0.06em;

--type-heading:var(--weight-extrabold) var(--text-h1)/var(--lh-h1) var(--font-display);
--type-body:var(--weight-regular) var(--text-body)/var(--lh-body) var(--font-sans);
--type-button:var(--weight-extrabold) var(--text-body)/1 var(--font-sans);
}
