:root{
--font-ui:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
--font-display:'Inter Display','Inter',sans-serif;
--font-tight:'Inter Tight','Inter',sans-serif;
--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:20px;--text-xl:28px;
--text-2xl:30px;--text-3xl:36px;--text-4xl:42px;--text-5xl:52px;--text-6xl:64px;--text-7xl:72px;
--leading-tight:120%;--leading-normal:140%;--leading-relaxed:160%;
--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--weight-extrabold:800;--weight-black:900;
}
body{font-family:var(--font-ui);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;}
h1,h2,h3,h4,h5,h6{font-family:var(--font-display);margin:0;}
a{color:var(--color-primary);text-decoration:none;}
a:hover{color:var(--color-primary-hover);text-decoration:underline;}
