.react-hot-toast{font-family:var(--font-dm-mono),monospace!important}@keyframes toast-slide-in{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes toast-slide-out{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.react-hot-toast-icon{width:20px;height:20px}.react-hot-toast-close{color:var(--base-400);transition:color .3s ease-in-out}.react-hot-toast-close:hover{color:var(--base-100)}.react-hot-toast-progress{background:var(--base-400);height:2px}@media (max-width:768px){.react-hot-toast{font-size:.8rem!important}.react-hot-toast-icon{width:18px;height:18px}}@media (max-width:480px){.react-hot-toast{font-size:.75rem!important;padding:.75rem 1rem!important}.react-hot-toast-icon{width:16px;height:16px}}