@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700;800&display=swap");*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}html.dark{background-color:#09090b;color-scheme:dark}html.dark body{background-color:#09090b;color:#f4f4f5}html.light{background-color:#fff;color-scheme:light}html.light body{background-color:#fff;color:#09090b}body{font-family:Albert Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsla(240,4%,46%,.35);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsla(240,4%,46%,.65)}::selection{background:hsla(240,4%,46%,.3);color:inherit}