:root{--color-navy: #1B3A5C;--color-navy-light: #2A5580;--color-gold: #C9A84C;--color-gold-light: #E8D5A0;--color-cream: #FDF8F0;--color-cream-dark: #F5EDE0;--color-warm-white: #FFFCF7;--color-text: #2C2C2C;--color-text-light: #6B6B6B;--color-text-muted: #9B9B9B;--color-border: #E8E0D4;--color-success: #5B8C5A;--color-success-light: #EEF5EE}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%}body{background:var(--color-cream);color:var(--color-text);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,Georgia,Times New Roman,serif;font-weight:500;line-height:1.3}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit}textarea{resize:vertical}::selection{background:var(--color-gold-light)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes gentlePulse{0%,to{opacity:1}50%{opacity:.7}}.fade-in{animation:fadeIn .4s ease-out both}.fade-in-delay-1{animation-delay:.05s}.fade-in-delay-2{animation-delay:.1s}.fade-in-delay-3{animation-delay:.15s}.fade-in-delay-4{animation-delay:.2s}
