@import url('https://fonts.googleapis.com/css2?family=Literata:ital,opsz,wght@0,7..72,400;0,7..72,500;0,7..72,600;0,7..72,700;1,7..72,400&family=Manrope:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap');
:root{
--font-display:'Literata',ui-serif,Georgia,serif;
--font-body:'Manrope',ui-sans-serif,system-ui,-apple-system,sans-serif;
--font-mono:'IBM Plex Mono',ui-monospace,SFMono-Regular,monospace;
/* Type scale — editorial, distinct steps rather than 4/8px snapping */
--text-2xs:11px;--text-xs:12px;--text-sm:13.5px;--text-base:16px;--text-md:18px;--text-lg:21px;
--text-xl:26px;--text-2xl:32px;--text-3xl:40px;--text-4xl:52px;--text-5xl:68px;--text-6xl:88px;
--lh-tight:1.05;/* @kind other */--lh-snug:1.2;/* @kind other */--lh-normal:1.45;/* @kind other */--lh-relaxed:1.65;/* @kind other */
--ls-tight:-0.02em;--ls-wide:0.06em;--ls-widest:0.12em;
--fw-regular:400;/* @kind other */--fw-medium:500;/* @kind other */--fw-semibold:600;/* @kind other */--fw-bold:700;/* @kind other */--fw-black:800;/* @kind other */
}
