10 lines
145 B
CSS
10 lines
145 B
CSS
@import "tailwindcss";
|
|
|
|
@layer theme, base, components, utilities;
|
|
|
|
@layer base {
|
|
body {
|
|
font-family: 'Nunito Variable', sans-serif;
|
|
}
|
|
}
|