@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=IBM+Plex+Serif:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root{
--font-sans:'Roboto',Arial,Helvetica,sans-serif;
--font-serif:'IBM Plex Serif',Georgia,'Times New Roman',serif;
--font-fallback-sans:Arial,Helvetica,sans-serif;
--font-fallback-serif:Georgia,'Times New Roman',serif;
--fs-display-xl:64px;
--fs-display-lg:48px;
--fs-display-md:36px;
--fs-h1:32px;
--fs-h2:26px;
--fs-h3:22px;
--fs-h4:18px;
--fs-body-lg:18px;
--fs-body:16px;
--fs-body-sm:14px;
--fs-caption:12px;
--fs-eyebrow:13px;
--lh-tight:1.1; /* @kind other */
--lh-heading:1.25; /* @kind other */
--lh-body:1.6; /* @kind other */
--fw-light:300; /* @kind other */
--fw-regular:400; /* @kind other */
--fw-medium:500; /* @kind other */
--fw-bold:700; /* @kind other */
--ls-eyebrow:0.12em; /* @kind other */
--ls-tight:-0.01em; /* @kind other */
}
