@tailwind base;@tailwind components;@tailwind utilities;:root{--color-light-graphite: #595c67;--color-graphite-grey: #4b4e53;--color-violet-accent: #7c3aed;--font-headline: "Playfair Display", serif;--font-body: "Nunito", sans-serif;--bg-app: #f3f4f6;--radius-lg: 16px;--shadow-soft: 0 10px 25px rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-body);background-color:var(--bg-app);color:var(--color-graphite-grey);-webkit-font-smoothing:antialiased;line-height:1.6}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-headline)}button{font-family:inherit}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background-color:#aaa}
