/* Poppins thin→extra bold for all communication (social manual p9). Museo only for logo signatures — substituted here by Zilla Slab (no Museo binaries provided). */
:root{
--font-sans:'Poppins',-apple-system,'Segoe UI',sans-serif;
--font-logo:'Zilla Slab',Georgia,serif; /* Museo stand-in */
--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;
/* scale — mirrors the 120/80/50/35pt ladder recommended on a 1080px frame */
--size-hero:72px;--size-h1:48px;--size-h2:34px;--size-h3:24px;--size-lead:20px;--size-body:16px;--size-small:14px;--size-caption:12px;
--leading-display:1.05;--leading-tight:1.2;--leading-body:1.55;
--tracking-display:-0.02em;--tracking-caps:0.08em;
--watermark-opacity:.1; /* @kind other */ /* edge-to-edge keyword watermarks */
}
