diff --git a/src/app/globals.css b/src/app/globals.css index c4e548f..de3b16e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f8f0fc;; - --card: #ffffff;; - --foreground: #27231f;; - --primary-cta: #8a2be2;; - --secondary-cta: #ffdab9;; - --accent: #ffd700;; - --background-accent: #dda0dd;; */ + /* --background: #2c001e;; + --card: #4a148c;; + --foreground: #ffffff;; + --primary-cta: #ba68c8;; + --secondary-cta: #9575cd;; + --accent: #ff8a80;; + --background-accent: #6a0dad;; */ - --background: #f8f0fc;; - --card: #ffffff;; - --foreground: #27231f;; - --primary-cta: #8a2be2;; - --secondary-cta: #ffdab9;; - --accent: #ffd700;; - --background-accent: #dda0dd;; + --background: #2c001e;; + --card: #4a148c;; + --foreground: #ffffff;; + --primary-cta: #ba68c8;; + --secondary-cta: #9575cd;; + --accent: #ff8a80;; + --background-accent: #6a0dad;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);