@keyframes toast-progress{0%{width:100%}to{width:0%}}@layer utilities{.animate-toast-progress{animation:toast-progress 5s linear forwards}}body,input,select,textarea,button,option{font-family:Inter,sans-serif!important}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.animate-blink{animation:blink 1.5s ease-in-out infinite}
