@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--radius: 14px}:root.dark,:root:not(.light){--bg: #0B0B0B;--surface: #121212;--surface-2: #161616;--text: #F5F5F5;--muted: #B7B7B7;--border: #242424;--border-hover: #303030;--accent: #C6A15B;--apex-black: #0B0B0B;--apex-white: #F5F5F5;--apex-grey: #B7B7B7;--apex-border: #242424;--apex-gold: #C6A15B}:root.light{--bg: #F2F2F0;--surface: #FFFFFF;--surface-2: #F8F8F6;--text: #0B0B0B;--muted: #5A5A5A;--border: #D9D9D4;--border-hover: #C0C0BC;--accent: #C6A15B;--apex-black: #F2F2F0;--apex-white: #0B0B0B;--apex-grey: #5A5A5A;--apex-border: #D9D9D4;--apex-gold: #C6A15B}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--bg);color:var(--text);font-family:Inter,sans-serif;overflow-x:hidden;transition:background-color .2s ease,color .2s ease}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.2}*::selection{background-color:var(--text);color:var(--bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-hover)}@layer utilities{.luxury-container{@apply max-w-7xl mx-auto px-6 md:px-12;}.luxury-section{@apply py-20 md:py-32;}.luxury-heading{@apply font-serif text-4xl md:text-5xl lg:text-6xl tracking-tight;}.luxury-subheading{@apply font-serif text-2xl md:text-3xl lg:text-4xl tracking-tight;}.luxury-body{@apply text-base md:text-lg leading-relaxed;}}
