@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth;scroll-padding-top:80px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f2220}::-webkit-scrollbar-thumb{background:#00705a;border-radius:4px}@keyframes draw-border{0%{stroke-dashoffset:3000}to{stroke-dashoffset:0}}.animate-draw-border{animation:draw-border 2s ease-in-out forwards}
