diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b505401..ae92cb9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fdfbf2;; - --card: #fefce8;; - --foreground: #2b2d21;; - --primary-cta: #4CAF50;; - --secondary-cta: #FFF176;; - --accent: #FFC107;; - --background-accent: #E8F5E9;; */ + /* --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #1c1c1c;; + --primary-cta: #e63946;; + --secondary-cta: #8b5cf6;; + --accent: #c4a8f9;; + --background-accent: #f5c4c7;; */ - --background: #fdfbf2;; - --card: #fefce8;; - --foreground: #2b2d21;; - --primary-cta: #4CAF50;; - --primary-cta-text: #FFFFFF;; - --secondary-cta: #FFF176;; - --secondary-cta-text: #2b2d21;; - --accent: #FFC107;; - --background-accent: #E8F5E9;; + --background: #f7f6f7;; + --card: #ffffff;; + --foreground: #1c1c1c;; + --primary-cta: #e63946;; + --primary-cta-text: #ffffff;; + --secondary-cta: #8b5cf6;; + --secondary-cta-text: #ffffff;; + --accent: #c4a8f9;; + --background-accent: #f5c4c7;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);