@tailwind base;@tailwind components;@tailwind utilities;:root{--background: #ffffff;--foreground: #171717;--primary: #D4AF37;--primary-foreground: #ffffff;--muted: #f5f5f5;--muted-foreground: #737373;--border: #e5e5e5}body{background-color:var(--background);color:var(--foreground);font-family:Inter,sans-serif;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:Merriweather,serif}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#e5e5e5;border-radius:20px}::-webkit-scrollbar-thumb:hover{background-color:#d4af37}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
