@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Inter:wght@100..900&display=swap");:root{--font-playfair:"Playfair Display",Georgia,serif;--font-inter:"Inter",system-ui,sans-serif}@tailwind base;@tailwind components;@tailwind utilities;@layer base{*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{@apply font-sans text-body-text antialiased;background-color:#0b1120;color:#e2e8f0}a{@apply transition-colors duration-200}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@layer utilities{.btn-navy,.container-wide,.section-label{@apply bg-navy text-white px-6 py-3 hover:bg-navy-dark transition-colors}.animate-fade-in-up{animation:fadeInUp .9s cubic-bezier(.22,1,.36,1) both}.animate-fade-in-up-d1{animation:fadeInUp .9s cubic-bezier(.22,1,.36,1) .25s both}.animate-fade-in-up-d2{animation:fadeInUp .9s cubic-bezier(.22,1,.36,1) .5s both}.animate-fade-in-up-d3{animation:fadeInUp .9s cubic-bezier(.22,1,.36,1) .75s both}.animate-fade-in{animation:fadeIn 1.2s ease both}}