@tailwind base;@tailwind components;@tailwind utilities;body{@apply bg-white text-gray-900 dark:bg-black dark:text-white transition-colors}.btn{@apply px-5 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 transition dark:bg-yellow-500 dark:hover:bg-yellow-600}*{box-sizing:border-box}#__next,body,html{height:100%;margin:0;padding:0;max-width:100%;overflow-x:hidden}@keyframes rotateGear{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#__sanity{width:100vw;height:100vh;margin:0;padding:0}#__sanity *{box-sizing:border-box}