@font-face{
font-family:'Gilroy';
src:url('../assets/fonts/Gilroy-Regular.ttf') format('truetype');
font-weight:400;
font-style:normal;
font-display:swap;
}
@font-face{
font-family:'Gilroy';
src:url('../assets/fonts/Gilroy-Bold.ttf') format('truetype');
font-weight:700;
font-style:normal;
font-display:swap;
}

:root{
--font-family:'Gilroy','Helvetica Neue',Arial,sans-serif;
--font-weight-regular:400;
--font-weight-bold:700;

/* type scale — sourced from the Home Office landing page (Figma 1024:13722) */
--text-hero:clamp(32px,4.6cqw,88px);
--text-display:clamp(40px,3.13vw,60px);
--text-h1:clamp(32px,2.5vw,48px);
--text-h2:clamp(22px,1.46vw,28px);
--text-h3:clamp(20px,1.25vw,24px);
--text-lead:clamp(20px,1.46vw,28px);
--text-body-lg:clamp(16px,1.04vw,20px);
--text-body:16px;
--text-body-sm:14px;
--text-caption:13px;

--line-tight:1.05; /* @kind other */
--line-snug:1.16; /* @kind other */
--line-normal:1.28; /* @kind other */
--line-relaxed:1.4; /* @kind other */
}
