@import "tailwindcss";

:root {
  --background: #0b1220;
  --foreground: #e2e8f0;
}

body {
  background: #0b1220;
  color: #e2e8f0;
}
