diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8ffff17..7737801 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,21 +4,21 @@ /* --background: #f7f6f7;; --card: #ffffff;; - --foreground: #032419;; - --primary-cta: #2bb889;; + --foreground: #1a1a1a;; + --primary-cta: #cc0000;; --secondary-cta: #ffffff;; - --accent: #09b97e;; - --background-accent: #a8e8c3;; */ + --accent: #ff0000;; + --background-accent: #ff6666;; */ - --background: #f7f6f7;; + --background: #f5f5f5;; --card: #ffffff;; - --foreground: #032419;; - --primary-cta: #2bb889;; + --foreground: #1a1a1a;; + --primary-cta: #cc0000;; --primary-cta-text: #f7f6f7;; --secondary-cta: #ffffff;; --secondary-cta-text: #032419;; - --accent: #09b97e;; - --background-accent: #a8e8c3;; + --accent: #ff0000;; + --background-accent: #ff6666;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);