@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500;0,9..144,600;1,9..144,400;1,9..144,500&family=Work+Sans:wght@400;500;600;700&display=swap');
:root{
--font-display:'Fraunces',ui-serif,Georgia,serif;
--font-body:'Work Sans',ui-sans-serif,system-ui,sans-serif;
--text-hero:clamp(40px,6vw,72px);
--text-h1:40px;
--text-h2:32px;
--text-h3:24px;
--text-h4:20px;
--text-body-lg:18px;
--text-body:16px;
--text-body-sm:14px;
--text-caption:13px;
--text-micro:12px;
--lh-tight:1.08;/* @kind other */
--lh-snug:1.25;/* @kind other */
--lh-normal:1.5;/* @kind other */
--lh-relaxed:1.65;/* @kind other */
--tracking-tight:-0.02em;
--tracking-wide:0.06em;
--tracking-wider:0.12em;
}
