@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap";@tailwind base;@tailwind components;@tailwind utilities;@layer base{body{@apply font-sans text-feduzzi-dark antialiased scroll-smooth;}h1,h2,h3,h4,h5,h6{@apply font-serif;}}@layer utilities{.animate-fadeIn{animation:fadeIn .8s ease-out forwards}.animate-slideUp{animation:slideUp .8s ease-out forwards}.hover-underline-animation{position:relative}.hover-underline-animation:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:-4px;left:0;background-color:currentColor;transform-origin:bottom right;transition:transform .3s ease-out}.hover-underline-animation:hover:after{transform:scaleX(1);transform-origin:bottom left}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c41e3a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a01830}
