@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,sans-serif}@tailwind base;@tailwind components;@tailwind utilities;:root{--gold:#c9a84c;--charcoal:#1a1a1a}html{scroll-behavior:smooth}body{margin:0;background:var(--charcoal);font-family:Inter,sans-serif;color:#fff}h1,h2,h3,h4{font-family:Playfair Display,serif}button,a{transition:all .25s ease}.gold-underline{width:5rem;height:3px;background:var(--gold);margin-top:1rem}.image-frame{background:linear-gradient(135deg,#332c1d,#171717);position:relative;overflow:hidden}.image-frame img{display:block;width:100%;height:100%;object-fit:cover}.image-frame img.failed{display:none}
