@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");:root{--mantine-font-family:"Inter",sans-serif}html{font-size:16px}body{font-family:var(--mantine-font-family);margin:0;padding:0;box-sizing:border-box}.animation{animation:rotate3D 12s linear infinite;transform-style:preserve-3d}@keyframes rotate3D{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}