:root{
--font-core:"Poppins","Poppins Fallback",system-ui,-apple-system,"Segoe UI",sans-serif;
--font-display:var(--font-core);
--font-numeric:var(--font-core);

--weight-light:300;
--weight-regular:400;
--weight-medium:500;
--weight-semibold:600;
--weight-bold:700;

/* Scale lifted from the prospectus (pt → px): 45/36/20/14/12 pt */
--fs-cover:60px;   /* 45pt cover wordmark */
--fs-h1:48px;      /* 36pt section opener */
--fs-h2:32px;
--fs-h3:26px;      /* 20pt subhead: "Hva du får:" */
--fs-lead:19px;    /* 14pt kicker / lead */
--fs-body:16px;    /* 12pt body */
--fs-small:14px;
--fs-caption:12px; /* image credits, disclaimers */

--lh-tight:1.08; /* @kind other */
--lh-heading:1.2; /* @kind other */
--lh-body:1.67; /* @kind other */
--lh-dense:1.4; /* @kind other */

--ls-cover:-0.015em;
--ls-heading:-0.01em;
--ls-body:0; /* @kind other */
--ls-eyebrow:0.14em;

--eyebrow-transform:uppercase; /* @kind other */
}
