@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&family=Source+Sans+3:wght@300;400;600&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--navy:navy;--grey:#75787b;--black:#000;--white:#fff;--bg:#f4f6f8;--border:#e8eaed;--text:#111827;--text-muted:#6b7280;--text-hint:#9ea3a8;--header-h:60px}body,html{height:100%}body{font-family:Source Sans\ 3,sans-serif;font-size:15px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Poppins,sans-serif}button{cursor:pointer}button,input{font-family:inherit}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ea3a8}