@import"https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap";:root{--background: #021023;--background2: #1a1b23;--foreground: #dee4ea;--cerulean: #12a7e9;--endeavor: #0061A5;--muted: #8696a7}html{scroll-behavior:smooth}body{margin:0;font-family:Rubik,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--foreground)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}*{scrollbar-width:thin;scrollbar-color:var(--muted) var(--background2)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background2)}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--cerulean)}::selection{background:#12a7e959;color:#fff}
