@tailwind base;@tailwind components;@tailwind utilities;@layer base{@apply bg-lunar-900 text-lunar-100;body{font-family:Inter,system-ui,-apple-system,sans-serif}}@layer components{@apply px-4 py-2 bg-mars-500 hover:bg-mars-400 text-white rounded-lg transition-colors;@apply px-4 py-2 bg-lunar-700 hover:bg-lunar-600 text-lunar-100 rounded-lg transition-colors;@apply bg-lunar-800 border border-lunar-700 rounded-xl p-4;@apply bg-lunar-900 border border-lunar-600 rounded-lg px-3 py-2 text-lunar-100 focus:outline-none focus:border-mars-400;}
