diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 991ba40..57b8b05 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #f7f6f7;; --card: #ffffff;; - --foreground: #2c003e;; - --primary-cta: #6a0dad;; + --foreground: #8b0000;; + --primary-cta: #ff4500;; --secondary-cta: #ffffff;; - --accent: #9a4eae;; - --background-accent: #b57edc;; */ + --accent: #ff6347;; + --background-accent: #ff8c69;; */ - --background: #f3e5f5;; + --background: #ffcccc;; --card: #ffffff;; - --foreground: #2c003e;; - --primary-cta: #6a0dad;; + --foreground: #8b0000;; + --primary-cta: #ff4500;; --secondary-cta: #ffffff;; - --accent: #9a4eae;; - --background-accent: #b57edc;; + --accent: #ff6347;; + --background-accent: #ff8c69;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);