:root{--cor-fundo:#f5f0e8;--cor-dourado:#c4a35a;--cor-dourado-claro:#d4b96a;--cor-texto:#3d2e1e;--cor-branco:#fff;--cor-verde-escuro:#2c3e2d;--fonte-titulo:"Playfair Display", serif;--fonte-decorativa:"Great Vibes", cursive;--fonte-texto:"Cormorant Garamond", serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--cor-fundo);color:var(--cor-texto);font-family:var(--fonte-texto);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.centralizar{justify-content:center;align-items:center;display:flex}.coluna{flex-direction:column;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}
