18 lines
296 B
CSS
18 lines
296 B
CSS
@import "tailwindcss";
|
|
@import "@nuxt/ui";
|
|
|
|
@theme {
|
|
/* fonts */
|
|
--font-inter: "Inter", sans-serif;
|
|
|
|
/* colors */
|
|
--color-bg-light: #FFFEFB;
|
|
--color-bg-dark: #1A1A1A;
|
|
|
|
--color-border: #D3E0DE;
|
|
|
|
--color-text-light: #1A1A1A;
|
|
--color-text-dark: #FFFEFB;
|
|
|
|
--color-brown: #9A7F62
|
|
} |