:root{
--font-sora:'Sora',ui-sans-serif,system-ui,sans-serif;
--font-display:var(--font-sora);
--font-body:var(--font-sora);
--font-mono:'SF Mono',ui-monospace,monospace;

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

--fs-display-xl:88px;
--fs-display-lg:64px;
--fs-display-md:48px;
--fs-display-sm:36px;
--fs-h1:32px;
--fs-h2:28px;
--fs-h3:22px;
--fs-h4:18px;
--fs-body-lg:18px;
--fs-body:16px;
--fs-body-sm:14px;
--fs-caption:12px;

--lh-tight:1.05;/* @kind other */
--lh-heading:1.15;/* @kind other */
--lh-body:1.55;/* @kind other */
--lh-loose:1.7;/* @kind other */

--ls-tight:-0.02em;/* @kind other */
--ls-normal:0em;/* @kind other */
--ls-wide:0.04em;/* @kind other */
}
