@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}html{width:100%;height:auto;margin:0;padding:0;overflow:auto}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;min-height:auto;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden auto}#root{flex-direction:column;width:100%;height:auto;min-height:auto;display:flex}main{width:100%;max-width:100%;overflow-x:hidden}.grid{width:100%}header,nav,footer{width:100%;max-width:100%}@layer base{@apply bg-slate-50 text-slate-900;@apply bg-slate-950 text-slate-50;@apply bg-slate-950;}@layer utilities{.animate-in{animation:.3s ease-out slideInUp}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@apply bg-slate-900;@apply bg-slate-800;@apply border-slate-700;@apply text-slate-400;@apply text-slate-500;@apply bg-slate-800;
