main.css 336 B

1234567891011121314151617181920
  1. @import 'tailwindcss';
  2. @theme {
  3. --font-title: 'Poppins', sans-serif;
  4. --text-title: 1.375rem;
  5. --color-bg-primary: #F1F2F5;
  6. --color-text-primary: #1D2129;
  7. --color-text-secondary: #4E5969;
  8. --color-text-description: #3FBFBD;
  9. }
  10. :root:root {
  11. --van-popup-round-radius: 20px;
  12. }
  13. body {
  14. background: var(--color-bg-primary);
  15. }