@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  --foreground: #0f172a;
  --background: #f8fafc;
}

.dark {
  --foreground: #f1f5f9;
  --background: #0f172a;
}

body {
  color: var(--foreground);
  background: var(--background);
}
