@tailwind base;@tailwind components;@tailwind utilities;.custom-scrollbar::-webkit-scrollbar{width:4px}.custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-audit-300 rounded-lg;}.dark .custom-scrollbar::-webkit-scrollbar-thumb{@apply bg-audit-700;}*{transition-property:background-color,border-color;transition-duration:.15s;transition-timing-function:ease-in-out}:root{--bg-primary: theme("colors.white");--bg-secondary: theme("colors.audit.50");--bg-tertiary: theme("colors.audit.100");--bg-card: theme("colors.white");--text-primary: theme("colors.audit.900");--text-secondary: theme("colors.audit.600");--text-muted: theme("colors.audit.400");--border-color: theme("colors.audit.200")}.dark{--bg-primary: #0a1018;--bg-secondary: #0d1520;--bg-tertiary: #1a223a;--bg-card: #0d1520;--text-primary: theme("colors.white");--text-secondary: theme("colors.audit.300");--text-muted: theme("colors.audit.500");--border-color: rgba(30, 41, 59, .5)}.bg-themed-primary{background-color:var(--bg-primary)}.bg-themed-secondary{background-color:var(--bg-secondary)}.bg-themed-tertiary{background-color:var(--bg-tertiary)}.bg-themed-card{background-color:var(--bg-card)}.text-themed-primary{color:var(--text-primary)}.text-themed-secondary{color:var(--text-secondary)}.text-themed-muted{color:var(--text-muted)}.border-themed{border-color:var(--border-color)}
