@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--font-primary:"Inter",sans-serif;--page-background:#0a0a0a}html{font-family:var(--font-primary);color:#fff;background:var(--page-background);scroll-behavior:smooth}body{background:var(--page-background);min-height:100vh;overflow-x:hidden}::selection{color:var(--page-background);background:#ffffffb3}::-webkit-scrollbar{background:0 0;width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}a{color:#fff;text-decoration:none}
