@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@tailwind base;@tailwind components;@tailwind utilities;#root,body,html{height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f4f6;font-family:Inter,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.fade-in{animation:fadeInAnimation .5s ease-out forwards}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}.btn,.card,a,button{transition:all .2s ease-in-out}.card-hover:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-5px)}
/*# sourceMappingURL=main.f183cfa8.css.map*/