@font-face{font-family:"Host Grotesk";src:url("../assets/fonts/HostGrotesk-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:"Host Grotesk";src:url("../assets/fonts/HostGrotesk-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Host Grotesk";src:url("../assets/fonts/HostGrotesk-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Host Grotesk";src:url("../assets/fonts/HostGrotesk-SemiBold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Host Grotesk";src:url("../assets/fonts/HostGrotesk-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}
:root{
--font-sans:"Host Grotesk",-apple-system,"Segoe UI",sans-serif;
--font-mono:"SFMono-Regular",Consolas,monospace;
--fs-display-xl:64px;
--fs-display-lg:48px;
--fs-display-md:36px;
--fs-heading-lg:28px;
--fs-heading-md:22px;
--fs-heading-sm:18px;
--fs-body-lg:18px;
--fs-body-md:16px;
--fs-body-sm:14px;
--fs-caption:12px;
--lh-tight:1.1; /* @kind other */
--lh-snug:1.3; /* @kind other */
--lh-normal:1.5; /* @kind other */
--lh-relaxed:1.65; /* @kind other */
--fw-light:300; /* @kind other */
--fw-regular:400; /* @kind other */
--fw-medium:500; /* @kind other */
--fw-semibold:600; /* @kind other */
--fw-bold:700; /* @kind other */
}
body{font-family:var(--font-sans);color:var(--text-primary)}
