@import"https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;600;700&family=Atkinson+Hyperlegible:wght@400;700&display=swap";:root{--bg: #F5F3EF;--surface: #FFFFFF;--fg: #1A1D23;--muted: #5C616B;--accent: #1B4A8B;--accent-bright: #0956BF;--border: #E3DFD8;--border-focus: #0956BF;--font-display: "Lexend", system-ui, sans-serif;--font-body: "Atkinson Hyperlegible", system-ui, sans-serif;--text-sm: .833rem;--text-base: 1rem;--text-lg: 1.2rem;--text-xl: 1.44rem;--text-2xl: 1.728rem;--text-3xl: 2.074rem;--text-hero: clamp(2rem, 5vw, 3.5rem);--radius: .5rem}.dark{--bg: #0F1419;--surface: #1A1F28;--fg: #E3DFD8;--muted: #8B9099;--accent: #4A7BB8;--accent-bright: #5C9BE0;--border: #2A3038;--border-focus: #5C9BE0}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:var(--font-body);font-size:var(--text-base);line-height:1.5;color:var(--fg);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:var(--font-display);font-weight:500;line-height:1.15}button{font-family:inherit;font-size:inherit;border:none;background:none;cursor:pointer;color:inherit}a{color:var(--accent-bright);text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px;border-radius:2px}.nav-link:hover{color:var(--accent-bright)!important;text-decoration:none}.nav-links::-webkit-scrollbar{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
