@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{
--font-display:'DM Serif Display',Georgia,'Times New Roman',serif;
--font-body:'Manrope','Segoe UI',system-ui,-apple-system,sans-serif;

--fs-display-xl:4rem;
--fs-display-lg:3rem;
--fs-display-md:2.25rem;
--fs-heading-lg:1.75rem;
--fs-heading-md:1.375rem;
--fs-heading-sm:1.125rem;
--fs-body-lg:1.125rem;
--fs-body-md:1rem;
--fs-body-sm:0.875rem;
--fs-caption:0.75rem;
--fs-overline:0.75rem;

--lh-display:1.08; /* @kind other */
--lh-heading:1.25; /* @kind other */
--lh-body:1.6; /* @kind other */
--lh-caption:1.45; /* @kind other */

--ls-tight:-0.01em; /* @kind other */
--ls-normal:0; /* @kind other */
--ls-wide:0.06em; /* @kind other */
--ls-overline:0.14em; /* @kind other */

--fw-regular:400; /* @kind other */
--fw-medium:500; /* @kind other */
--fw-semibold:600; /* @kind other */
--fw-bold:700; /* @kind other */
}
