8 lines
239 B
CSS
8 lines
239 B
CSS
@import "tailwindcss";
|
|
|
|
@theme {
|
|
--font-sans: "Figtree", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
--color-primary: #1e1e1e;
|
|
}
|
|
|
|
@plugin "@tailwindcss/forms"; |