:root{
--font-body:'Inter',system-ui,sans-serif;
--font-display:'Manrope',var(--font-body);
--font-mono:'JetBrains Mono',ui-monospace,monospace;
/* Type scale (desktop) */
--text-display-xl:72px;--text-display:56px;--text-h1:48px;--text-h2:38px;--text-h3:28px;--text-h4:22px;
--text-body-lg:20px;--text-body-md:17px;--text-body-sm:15px;--text-caption:13px;--text-label:14px;
/* Line heights */
--lh-display-xl:1.05;/* @kind other */--lh-display:1.1;/* @kind other */--lh-h1:1.15;/* @kind other */--lh-h2:1.2;/* @kind other */--lh-h3:1.25;/* @kind other */--lh-h4:1.3;/* @kind other */
--lh-body-lg:1.55;/* @kind other */--lh-body:1.6;/* @kind other */--lh-body-sm:1.5;/* @kind other */--lh-caption:1.4;/* @kind other */--lh-label:1.4;/* @kind other */
/* Weights */
--weight-regular:400;/* @kind font */--weight-medium:500;/* @kind font */--weight-semibold:600;/* @kind font */--weight-bold:700;/* @kind font */--weight-extrabold:800;/* @kind font */
}
body{font-family:var(--font-body);color:var(--text-body);font-size:var(--text-body-md);line-height:var(--lh-body)}
a{color:var(--link);text-decoration:none}
a:hover{color:var(--link-hover);text-decoration:underline}
