@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn 1s ease-out}@keyframes shiftGradient{0%{background-position:0% 50%;filter:brightness(1)}25%{background-position:50% 75%;filter:brightness(1.05)}50%{background-position:100% 50%;filter:brightness(1)}75%{background-position:50% 25%;filter:brightness(.95)}to{background-position:0% 50%;filter:brightness(1)}}.shifting-bg{background:linear-gradient(45deg,#d6c9ab,#e0d6b5,#cfc29f,#d6c9ab);background-size:400% 400%;animation:shiftGradient 15s ease-in-out infinite}@keyframes fontCycle{0%,20%{font-family:Instrument Sans,sans-serif}25%,45%{font-family:Georgia,serif}50%,70%{font-family:Courier New,monospace}75%,95%{font-family:Impact,sans-serif}to{font-family:Instrument Sans,sans-serif}}.animate-fontCycle{animation:fontCycle 8s infinite;transition:font-family 1s ease-in-out}.coupon-btn{border:2px dashed currentColor;border-radius:.75rem;position:relative;overflow:hidden;transition:all .3s ease}.coupon-btn:before,.coupon-btn:after{content:"";position:absolute;width:.5rem;height:.5rem;background:currentColor;border-radius:50%}.coupon-btn:before{top:-.25rem;left:-.25rem}.coupon-btn:after{bottom:-.25rem;right:-.25rem}.coupon-btn:hover{background:#ffffff1a}.link-icon{position:absolute;left:10px;top:10px;width:32px}
