@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Merriweather:wght@300;400;700;900&display=swap";:root{--color-bg-base: #F5F5F0;--color-bg-accent: #2C4C48;--color-bg-emphasis: #004225;--color-text-primary: #333333;--color-text-inverse: #F5F5F0;--font-heading: "Merriweather", serif;--font-body: "Lato", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--color-bg-base);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;margin-bottom:1rem}img{max-width:100%;display:block}a{text-decoration:none;color:inherit;transition:opacity .2s,color .2s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}h1,h2,h3,.hero-subhead,.pedigree-body{animation:fadeInUp .8s ease-out forwards}@media print{.hero-overlay,.cta-section,.footer-section,.submit-button,button{display:none!important}body{background-color:#fff;color:#000}h1,h2,h3,h4,h5,h6,p,span,div{color:#000!important;text-shadow:none!important}.content-container,.pedigree-container,.closing-container,.hero-content{max-width:100%!important;width:100%!important;padding:0!important;margin:0!important}.hero-section{height:auto!important;min-height:auto!important;padding:2rem 0!important;background:none!important}.hero-headline{color:#000!important}section{page-break-inside:avoid;padding:1rem 0!important}}.app-container{width:100%;min-height:100vh}
