@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Jost:wght@300;400;500&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;background:#fffdf9;color:#1a1a1a;font-family:Jost,sans-serif}h1,h2,h3,h4{font-family:Cormorant Garamond,serif}*{box-sizing:border-box}.fade{animation:fade .8s ease both}@keyframes fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
