diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6132ffa..904582b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #1a0f2e;; - --card: #2d1b47;; - --foreground: #e6e0ff;; - --primary-cta: #8b5cf6;; - --secondary-cta: #2d1b47;; - --accent: #d8cef5;; - --background-accent: #6b3fb6;; */ + /* --background: #050012;; + --card: #040121;; + --foreground: #f0e6ff;; + --primary-cta: #7c3aed;; + --secondary-cta: #1d123b;; + --accent: #684f7b;; + --background-accent: #65417c;; */ - --background: #1a0f2e;; - --card: #2d1b47;; - --foreground: #e6e0ff;; - --primary-cta: #8b5cf6;; - --secondary-cta: #2d1b47;; - --accent: #d8cef5;; - --background-accent: #6b3fb6;; + --background: #050012;; + --card: #040121;; + --foreground: #f0e6ff;; + --primary-cta: #7c3aed;; + --secondary-cta: #1d123b;; + --accent: #684f7b;; + --background-accent: #65417c;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);