:root{--klein-blue: #002FA7;--white: #FFFFFF;--gray-300: #A8A8A8;--gray-500: #6F6F6F;--gray-900: #161616;--font-sans: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-serif: "IBM Plex Serif", "Georgia", "Times New Roman", serif;--font-mono: "IBM Plex Mono", "Menlo", "Consolas", monospace;--ease: cubic-bezier(.25, .1, .25, 1);--duration: .2s}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow:hidden;height:100%}html,body{overscroll-behavior:none}body{font-family:var(--font-sans);background-color:#3a3a3a;color:var(--gray-900);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;height:100%}a{color:inherit;text-decoration:none;transition:color var(--duration) var(--ease)}button{cursor:pointer;font-family:var(--font-sans)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300)}::-webkit-scrollbar-thumb:hover{background:var(--gray-500)}::selection{background:var(--klein-blue);color:var(--white)}
