:root{
--font-serif:"Lora",Georgia,"Times New Roman",serif;
--font-sans:"Nunito Sans",-apple-system,"Segoe UI",sans-serif;
--font-display:var(--font-serif);--font-heading:var(--font-serif);--font-body:var(--font-sans);--font-ui:var(--font-sans);
--fs-display:clamp(2.5rem,4vw,3.75rem); /* @kind font */
--fs-h1:2.5rem; /* @kind font */
--fs-h2:1.875rem; /* @kind font */
--fs-h3:1.375rem; /* @kind font */
--fs-h4:1.125rem; /* @kind font */
--fs-body-lg:1.0625rem; /* @kind font */
--fs-body:1rem; /* @kind font */
--fs-sm:0.875rem; /* @kind font */
--fs-xs:0.75rem; /* @kind font */
--lh-tight:1.14; /* @kind other */
--lh-heading:1.25; /* @kind other */
--lh-body:1.6; /* @kind other */
--lh-loose:1.75; /* @kind other */
--ls-display:-0.015em; /* @kind other */
--ls-body:0; /* @kind other */
--ls-caps:0.09em; /* @kind other */
--fw-regular:400; /* @kind other */
--fw-medium:500; /* @kind other */
--fw-semibold:600; /* @kind other */
--fw-bold:700; /* @kind other */
}