@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;--navy-light:rgba(0,0,128,.08);--navy-mid:rgba(0,0,128,.14);--grey:#75787b;--grey-light:#f5f5f6;--grey-mid:#e2e3e4;--grey-dark:#4a4c4e;--black:#000;--white:#fff;--text:#000;--text-muted:#75787b;--success:#16a34a;--border:#e2e3e4;--shadow-sm:0 1px 3px rgba(0,0,0,.07);--shadow-md:0 4px 16px rgba(0,0,0,.09);--shadow-lg:0 8px 32px rgba(0,0,0,.12);--radius:8px;--radius-lg:12px;--sidebar-width:260px;--header-height:68px}body,html{height:100%;font-family:Source Sans\ 3,sans-serif;font-size:15px;color:var(--text);background:var(--grey-light);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5{font-family:Poppins,sans-serif}button{cursor:pointer}button,input{font-family:Source Sans\ 3,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--grey-mid);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--grey)}