:root{
--font-display:"Poppins","Helvetica Neue",Arial,sans-serif;
--font-text:"Manrope","Helvetica Neue",Arial,sans-serif;
--font-mono:"IBM Plex Mono",ui-monospace,"SFMono-Regular",monospace;

/* The wordmark is set in the display face at 400, uppercase, widely tracked — as the group mark is. */
--wordmark-weight:400; /* @kind other */
--wordmark-track:0.10em;
--display-weight:500; /* @kind other */

/* ---- 6-step scale ---- */
--type-display-size:68px;   --type-display-lh:1.04; --type-display-track:-0.02em;
--type-h1-size:46px;        --type-h1-lh:1.08;      --type-h1-track:-0.015em;
--type-h2-size:31px;        --type-h2-lh:1.16;      --type-h2-track:-0.01em;
--type-h3-size:21px;        --type-h3-lh:1.30;      --type-h3-track:0em;
--type-body-size:16px;      --type-body-lh:1.62;    --type-body-track:0em;
--type-spec-size:13px;      --type-spec-lh:1.4;     --type-spec-track:0.08em;

--text-display:var(--display-weight) var(--type-display-size)/var(--type-display-lh) var(--font-display);
--text-h1:var(--display-weight) var(--type-h1-size)/var(--type-h1-lh) var(--font-display);
--text-h2:var(--display-weight) var(--type-h2-size)/var(--type-h2-lh) var(--font-display);
--text-h3:600 var(--type-h3-size)/var(--type-h3-lh) var(--font-text);
--text-copy:400 var(--type-body-size)/var(--type-body-lh) var(--font-text);
--text-spec:500 var(--type-spec-size)/var(--type-spec-lh) var(--font-mono);

--measure:66ch;
}
