@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700;900&family=Source+Sans+Pro:wght@300;400;600;700&display=swap");*,:after,:before{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{color:#1f1f1f;background:#f4f4f2;font-family:Source Sans Pro,Arial,sans-serif}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c2b280;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#002569}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeInUp .6s ease-out}