@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--aquamarine:#bafae1;--forest-green:#0d565e;--text-black:#0e121b;--text-dark-grey:#5f6e6f;--light-grey:#eee;--soft-green:#e8fdf2;--soft-grey:#fafafa}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100vw;height:100%;overflow-x:hidden}body{color:var(--text-black);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}button{font-family:inherit}a{color:inherit;text-decoration:none}:where(p,span,li,h1,h2,h3,h4,h5,h6,a,button,label,td,th){overflow-wrap:anywhere;word-break:break-word}pre,code{white-space:pre;overflow-x:auto}input,textarea,select{font-family:inherit}html{scroll-behavior:smooth}*{scrollbar-width:thin;scrollbar-color:#0003 transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:#0003;border-radius:3px}::-webkit-scrollbar-thumb:hover{background-color:#0000004d}
