/* Prae — typography. Primary: Montserrat; Secondary: Poppins (brand book). Served from Google Fonts (no font binaries were provided). */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600;1,700&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500;1,700&display=swap');
:root{
--font-display:'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
--font-body:'Poppins',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
/* Scale (from website mockups) */
--text-hero:48px;--text-h2:36px;--text-h3:32px;--text-h4:24px;--text-lead:20px;--text-body-size:16px;--text-small:14px;--text-caption:12px;
--leading-tight:100%;--leading-body:140%;
}
body{font-family:var(--font-body);color:var(--text-body);}
h1,h2,h3,h4,.display{font-family:var(--font-display);font-weight:700;line-height:var(--leading-tight);}
