Spaces:
Build error
Build error
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| @font-face { | |
| font-family: 'Vazirmatn'; | |
| src: url('/fonts/Vazirmatn-Regular.woff2') format('woff2'); | |
| font-weight: normal; | |
| font-style: normal; | |
| font-display: swap; | |
| } | |
| body { | |
| direction: rtl; | |
| font-family: 'Vazirmatn', sans-serif; | |
| } |