:root{
/* Moranga is the brand face: headlines and body prose alike (client-supplied, licensed) */
--font-display:"Moranga",Georgia,serif;
--font-serif:"Moranga",Georgia,serif;
--font-sans:"Work Sans",system-ui,sans-serif;
/* Scale — editorial, serif-led display, quiet sans UI */
--type-display:clamp(44px,6vw,88px); /* "Worlds worth wondering about." */
--type-h1:44px;
--type-h2:32px;
--type-h3:24px;
--type-lede:20px;
--type-body:17px;
--type-ui:15px;
--type-caption:13px;
--type-label:12px; /* letterspaced all-caps */
--leading-display:1.05;
--leading-heading:1.15;
--leading-body:1.5; /* Moranga is wide and warm — prose runs slightly tighter than a text serif */
--tracking-label:0.22em; /* wide-tracked caps, e.g. "TO BEGIN STEP THROUGH." */
--tracking-wordmark:0.3em;
--weight-display:700; /* Moranga Bold — hero display */
--weight-heading:500; /* Moranga Medium — section headings, card titles */
--weight-body:400; /* Moranga Regular */
--weight-ui:500;
}
