@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap");:root{--primary-color:#058b8e;--font-color:#111928;--font-light:#6b7280;--bg-alt:#f9fafb}*{box-sizing:border-box}*,body,html{padding:0;margin:0}body,html{scroll-behavior:smooth;color:var(--font-color)}body,button,html,input,select,textarea{font-family:Inter,sans-serif}h1,h2{font-weight:800}h2{font-size:36px}h1,h2,h3,h4,p{line-height:150%}input,p,select,textarea{font-size:16px}a{color:inherit;text-decoration:none}