File size: 105 Bytes
479015a | 1 2 3 4 5 6 7 8 | @tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-family: 'Inter', sans-serif;
}
|
479015a | 1 2 3 4 5 6 7 8 | @tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-family: 'Inter', sans-serif;
}
|