@import url(https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&display=swap);@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-fade-out{animation:fade-out 1s forwards}.animate-fade-in{animation:fade-in 1s forwards}.font-fantasy{font-family:Cinzel Decorative,serif}