@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Edu+NSW+ACT+Foundation:wght@400;600&display=swap");body{font-family:Inter}h1,h2,h3{font-weight:700}p{font-weight:400}em{font-style:italic}:root{--background:#fff;--foreground:#171717;--secondary-color:#0d141e;--primary-color:#1a73e8;--font-family:"Inter";--mobile-heading-font-xl:32px;--mobile-heading-font-l:24px}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}