@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 210 20% 98%;--foreground: 220 20% 15%;--card: 0 0% 100%;--card-foreground: 220 20% 15%;--popover: 0 0% 100%;--popover-foreground: 220 20% 15%;--primary: 210 70% 40%;--primary-foreground: 0 0% 100%;--secondary: 40 60% 50%;--secondary-foreground: 0 0% 100%;--muted: 210 15% 93%;--muted-foreground: 220 10% 45%;--accent: 160 45% 40%;--accent-foreground: 0 0% 100%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 100%;--border: 210 15% 88%;--input: 210 15% 88%;--ring: 210 70% 40%;--radius: .5rem;--receipt: 145 50% 42%;--receipt-light: 145 40% 95%;--expense: 15 80% 50%;--expense-light: 15 60% 96%;--warning: 45 93% 47%;--warning-light: 45 80% 94%;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%}}@layer base{*{@apply border-border;}body{@apply bg-background text-foreground;font-family:Noto Sans Devanagari,Inter,sans-serif}}@layer utilities{.section-receipt{@apply border-l-4;border-left-color:hsl(var(--receipt));background-color:hsl(var(--receipt-light))}.section-expense{@apply border-l-4;border-left-color:hsl(var(--expense));background-color:hsl(var(--expense-light))}}
