diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c7298b8..991ba40 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #f7f6f7;; --card: #ffffff;; - --foreground: #0c1325;; - --primary-cta: #0b07ff;; + --foreground: #2c003e;; + --primary-cta: #6a0dad;; --secondary-cta: #ffffff;; - --accent: #93b7ff;; - --background-accent: #a8bae8;; */ + --accent: #9a4eae;; + --background-accent: #b57edc;; */ - --background: #f7f6f7;; + --background: #f3e5f5;; --card: #ffffff;; - --foreground: #0c1325;; - --primary-cta: #0b07ff;; + --foreground: #2c003e;; + --primary-cta: #6a0dad;; --secondary-cta: #ffffff;; - --accent: #93b7ff;; - --background-accent: #a8bae8;; + --accent: #9a4eae;; + --background-accent: #b57edc;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);