12 lines
133 B
CSS
12 lines
133 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
* {
|
|
font-family: 'Inter', sans-serif;
|
|
}
|
|
|
|
body {
|
|
@apply bg-gray-50;
|
|
}
|