:root{--navy: #0b1d3a;--yellow: #f4c430;--cream: #f9f7f2;font-family:Segoe UI,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--cream);color:var(--navy);min-height:100vh}h1,h2,h3{color:var(--navy);font-weight:700}a{color:var(--yellow);text-decoration:none;font-weight:500}a:hover{opacity:.85}button{font-family:inherit;cursor:pointer;border-radius:6px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
