@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;350;400;500;600&display=swap";
:root{--font-size:14px;--line-height:1.6;--background:#fff;--grey1:#111;--grey2:#555;--grey3:#999;--wash1:#e5e5e5;--wash2:#f2f2f2;--transparentBorder:#0000000d;--accent:#6366f1;--accent-light:#818cf8}@media (prefers-color-scheme:dark){:root{--background:#111;--grey1:#eee;--grey2:#bbb;--grey3:#888;--wash1:#4e4e4e;--wash2:#282828;--transparentBorder:#ffffff1a;--accent:#818cf8;--accent-light:#a5b4fc}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{background-color:var(--background);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:var(--font-size);line-height:var(--line-height);color:var(--grey1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}
