@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";:root{--brand-yellow: oklch(from #ffd445 l c h);--brand-blue: oklch(from #3fc7c5 l c h);--brand-navy: oklch(from #2a2d6e l c h);--brand-gray: oklch(from #bdbbba l c h);--brand-white: oklch(from #ffffff l c h);--surface-primary: var(--brand-white);--surface-secondary: #f8f9fa;--surface-navy: var(--brand-navy);--surface-blue: var(--brand-blue);--surface-gray: var(--brand-gray);--text-primary: var(--brand-navy);--text-secondary: #4a4a4a;--text-on-dark: var(--brand-white);--action-primary: var(--brand-yellow);--action-secondary: var(--brand-blue);--font-body: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-primary);background-color:var(--surface-primary);margin:0;padding:0;line-height:1.6}h1,h2,h3,h4,h5,h6{line-height:1.2;margin-bottom:.5em;font-weight:800}a{color:var(--brand-yellow-500);text-decoration:none;transition:color .2s}a:hover{color:var(--brand-white-500);text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.flex{display:flex}.grid{display:grid}.items-center{align-items:center}.justify-between{justify-content:space-between}.text-center{text-align:center}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.layout.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}
