1@tailwind base;2@tailwind components;3@tailwind utilities;4 5:root { font-family: Inter, sans-serif; }6body { margin: 0; background: #0D1B2A; color: #D9E1E8; }7* { box-sizing: border-box; }8