@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: #f9f9f8;--foreground: #370000;--card: var(--background);--card-foreground: var(--foreground);--popover: var(--background);--popover-foreground: var(--foreground);--primary: #762525;--primary-foreground: #ffffff;--secondary: #FCE7F3;--secondary-foreground: #762525;--muted: #f1f1f0;--muted-foreground: #666666;--accent: var(--secondary);--accent-foreground: var(--secondary-foreground);--destructive: #ef4444;--destructive-foreground: #ffffff;--border: rgba(0, 0, 0, .1);--input: rgba(0, 0, 0, .1);--ring: var(--primary);--radius: .5rem}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;background-color:var(--background);transition:background-color .3s ease}h1,h2,h3,h4,h5,h6{@apply font-heading text-foreground;}}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}
