CoolFace
Apppublic

preview/medical-summarizer

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
index.css9 linesDownload Raw Back to src
1@tailwind base;
2@tailwind components;
3@tailwind utilities;
4
5/* Custom styles nếu cần */
6body {
7  margin: 0;
8  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
9}