:root{
--font-display:'Bricolage Grotesque',system-ui,sans-serif;
--font-body:'Plus Jakarta Sans',system-ui,sans-serif;
/* Scale */
--text-xs:12px; --text-sm:13px; --text-base:15px; --text-md:17px;
--text-lg:20px; --text-xl:26px; --text-2xl:34px; --text-3xl:46px; --text-4xl:64px;
--leading-tight:1.05; --leading-snug:1.25; --leading-normal:1.55;
--tracking-caps:0.08em;
--weight-body:400; --weight-medium:500; --weight-semibold:600; --weight-display:700; --weight-black:800;
}
body{font-family:var(--font-body);color:var(--text-body);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased}
h1,h2,h3{font-family:var(--font-display);line-height:var(--leading-tight);font-weight:var(--weight-display);margin:0}
a{color:var(--blue);text-decoration-thickness:1.5px;text-underline-offset:2px}
a:hover{color:var(--orange)}