diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6e0a3ca..bd2591d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,21 +4,21 @@ /* --background: #ffffff;; --card: #f9f9f9;; - --foreground: #120a00e6;; - --primary-cta: #E34400;; + --foreground: #0c1325e6;; + --primary-cta: #0798ff;; --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #E34400;; */ + --accent: #93c7ff;; + --background-accent: #a8cde8;; */ --background: #ffffff;; --card: #f9f9f9;; - --foreground: #120a00e6;; - --primary-cta: #E34400;; + --foreground: #0c1325e6;; + --primary-cta: #0798ff;; --primary-cta-text: #ffffff;; --secondary-cta: #f9f9f9;; - --secondary-cta-text: #120a00e6;; - --accent: #e2e2e2;; - --background-accent: #E34400;; + --secondary-cta-text: #0c1325e6;; + --accent: #93c7ff;; + --background-accent: #a8cde8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);