index.css 449 B

12345678910111213141516171819202122
  1. @layer theme, base, antd, components, utilities;
  2. @import 'tailwindcss';
  3. :root {
  4. font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  5. line-height: 1.5;
  6. font-weight: 400;
  7. color-scheme: light dark;
  8. color: rgba(255, 255, 255, 0.87);
  9. background-color: #fff;
  10. font-synthesis: none;
  11. text-rendering: optimizeLegibility;
  12. -webkit-font-smoothing: antialiased;
  13. -moz-osx-font-smoothing: grayscale;
  14. }
  15. body {
  16. margin: 0;
  17. }