:root{--primary-color:#75AADB;--color-navy:#1A2E4A;--color-blue:#75AADB;--color-offwhite:#F7F4EF;--color-sage:#A8BFA8;--color-clay:#C4957A;--background-light:#F7F4EF;--background-dark:#1a1a1a;--text-light:#1A2E4A;--text-dark:#ffffff;--border-light:rgba(117,170,219,0.3);--border-dark:#444;--font-heading:"Lora","Times New Roman",serif;--font-body:"Source Sans 3",-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--font-body);font-size:16px;color:var(--color-navy)}body{background-color:var(--background-light);color:var(--text-light);transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}body.dark-mode{background-color:var(--background-dark);color:var(--text-dark)}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#666}body.dark-mode ::-webkit-scrollbar-thumb{background:#555}body.dark-mode ::-webkit-scrollbar-thumb:hover{background:#777}::selection{background:var(--primary-color);color:white}:focus-visible{outline:3px solid var(--color-navy);outline-offset:3px}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}