/* Lexend is the only brand typeface (Google Fonts). Geen italics — Lexend has none and the brand never fakes them. */
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&display=swap');
:root{
--font-brand:'Lexend',sans-serif;
--weight-light:300;
--weight-regular:400;
--weight-medium:500;   /* headings default */
--weight-semibold:600; /* display / hero only */
--text-xs:12px;
--text-sm:14px;
--text-base:16px;
--text-lg:20px;
--text-xl:26px;
--text-2xl:34px;
--text-display:48px;
--leading-tight:1.15;
--leading-snug:1.3;
--leading-body:1.55;
--tracking-tight:-0.01em;
}
