@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap";:root{--black: #121212;--black-light: #1e1e1e;--white: #ffffff;--green: #3a5a40;--green-light: #588157;--green-lightest: #e1ffcd;--green-primary: #194C3B;--gold: #D4AF37;--gold-dark: #b89768;--gray-light: #f8f8f8;--gray-dark: #2d2d2d;--shadow: 0 10px 30px rgba(0, 0, 0, .3);--header-bg-light: #194C3B;--header-bg-dark: #121212;--header-text-light: #ffffff;--header-text-dark: #ffffff;--header-text-hover: #D4AF37;--header-text-hover-rgb: 212, 175, 55}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Montserrat,sans-serif;color:#333;background-color:#fff;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:600;color:#222}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn 1s ease forwards}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}
