@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif}@tailwind base;@tailwind components;@tailwind utilities;html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;background:#fff}*{box-sizing:border-box}:focus-visible{outline:3px solid rgba(74,111,165,.35);outline-offset:3px}.font-sans,h1,h2,h3,h4{font-family:Inter,sans-serif}.underline-draw{position:relative;display:inline-block;z-index:0}.underline-draw:after{content:"";position:absolute;left:0;right:0;bottom:.04em;height:.1em;background:#4a6fa5;z-index:-1;transform:scaleX(0);transform-origin:left;animation:drawUnderline .8s ease-out .45s forwards}@keyframes drawUnderline{to{transform:scaleX(1)}}
