@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Inter:wght@300;400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{color-scheme:dark;font-family:Inter,sans-serif;background:#0a0a0a;color:#f5f0e8}html{scroll-behavior:smooth;background:#0a0a0a}body{margin:0;min-width:320px;background:#0a0a0a;color:#f5f0e8;font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}h1,h2,h3,h4{font-family:Cormorant Garamond,serif}.grain{position:relative}.grain:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;content:"";opacity:.055;background-image:repeating-radial-gradient(circle at 0 0,rgba(245,240,232,.45) 0,rgba(245,240,232,.45) .45px,transparent .55px,transparent 3px);background-size:7px 7px;mix-blend-mode:soft-light}@keyframes fadeInUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .9s ease-out both}.fade-in-up-delay{animation:fadeInUp .9s .18s ease-out both}
