8 lines
115 B
CSS
8 lines
115 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
font-family: 'Outfit Variable', sans-serif;
|
|
}
|