File size: 299 Bytes
4707ea4
 
 
 
83b05d4
 
 
 
 
 
4707ea4
 
83b05d4
 
 
4707ea4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@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;
}