:root{--background:#faf9f6;--foreground:#222a2a;--primary:#0095eb;--background-primary:#0095eb;--background-secondary:#e2edf3;--background-tertiary:#eee}@media (prefers-color-scheme:dark){:root{--background:#222a2a;--foreground:#faf9f6;--primary:#4dbeff;--background-primary:#131717;--background-secondary:#131717;--background-tertiary:#272b2b}}body,html{max-width:100vw}body{color:var(--foreground);background:var(--background);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}strong{font-weight:500}*{box-sizing:border-box;padding:0;margin:0}a{color:var(--primary);text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}