| 1234567891011121314151617181920 |
- @import 'tailwindcss';
- @font-face {
- font-family: Poppins;
- font-style: normal;
- font-weight: 600;
- src: url("/Poppins-SemiBold.ttf") format("truetype");
- }
- @theme {
- --font-title: Poppins, sans-serif;
- --text-title: 1.375rem;
- --color-bg-primary: #F1F2F5;
- --color-text-primary: #1D2129;
- --color-text-secondary: #4E5969;
- --color-text-description: #3FBFBD;
- }
|