@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Inter:wght@300;400;500&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,sans-serif;background:#0a0b0f;color:#f5f0e8}html{font-size:16px;scroll-behavior:smooth}body{margin:0;background:#0a0b0f;color:#f5f0e8;font-family:Inter,sans-serif;font-weight:300}h1,h2,h3,h4,.font-serif{font-family:Cormorant Garamond,serif}a{transition:all .3s ease}::selection{background:#c9a96e33}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#080910}::-webkit-scrollbar-thumb{background:#252630}.gold-line{display:block;width:48px;height:1px;background:#c9a96e;margin-bottom:2rem}.section-divider{width:100%;height:1px;background:linear-gradient(to right,transparent,#c9a96e33,transparent)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeInUp .9s ease forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fade{animation:fadeIn 1.2s ease forwards}.image-fallback{background:linear-gradient(135deg,#171923,#080910)}
