@import "@mantine/core/styles.css";@import "@mantine/notifications/styles.css";@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin{animation:spin 1s linear infinite}