18 lines
358 B
CSS
18 lines
358 B
CSS
@import "tailwindcss";
|
|
|
|
@theme inline {
|
|
/* Colors */
|
|
--color-background: #100b14;
|
|
--color-foreground: #180161;
|
|
--color-primary: #eb3779;
|
|
--color-secondary: #571b8b;
|
|
--color-accent: #fb793c;
|
|
--color-text: #ebe4f1;
|
|
|
|
/* Defaults */
|
|
--default-transition-duration: 0.3s;
|
|
|
|
/* Fonts */
|
|
--font-sans: var(--font-lexend);
|
|
}
|