@tailwind base;@tailwind components;@tailwind utilities;.ql-toolbar{@apply rounded-t-xl border-white/10 bg-midnight/60 !important;}.ql-container{@apply rounded-b-xl border-white/10 bg-transparent !important;}.ql-editor{@apply text-slate-200 !important;min-height:250px}.ql-snow .ql-stroke{@apply stroke-slate-400 !important;}.ql-snow .ql-picker-label{@apply text-slate-400 !important;}.ql-snow .ql-fill{@apply fill-slate-400 !important;}.prose-gold img{@apply rounded-xl my-6 w-full;}@keyframes fadeInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade-in-up{animation:fadeInUp .6s ease forwards}.animate-fade-in{animation:fadeIn .4s ease forwards}
