main.css 374 B

1234567891011121314151617181920
  1. @import 'tailwindcss';
  2. @font-face {
  3. font-family: Poppins;
  4. font-style: normal;
  5. font-weight: 600;
  6. src: url("/Poppins-SemiBold.ttf") format("truetype");
  7. }
  8. @theme {
  9. --font-title: Poppins, sans-serif;
  10. --text-title: 1.375rem;
  11. --color-bg-primary: #F1F2F5;
  12. --color-text-primary: #1D2129;
  13. --color-text-secondary: #4E5969;
  14. --color-text-description: #3FBFBD;
  15. }