@tailwind base; @tailwind components; @tailwind utilities; @import "components/all.css"; html { font-size: 14px; } @screen md { html { font-size: 20px; } }