diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a6505af..f211b46 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,21 +3,21 @@ /* --vw is set by ThemeProvider */ /* --background: #f5f3f0;;; - --card: #fffbf8;;; - --foreground: #2a2520;;; - --primary-cta: #c97d5c;;; - --secondary-cta: #f5f3f0;;; - --accent: #e8ddd3;;; + --card: #fdfcfb;;; + --foreground: #2a2520e6;;; + --primary-cta: #c69c7b;;; + --secondary-cta: #fdfcfb;;; + --accent: #e8dfd5;;; --background-accent: #d4c4b0;;; */ --background: #f5f3f0;;; - --card: #fffbf8;;; - --foreground: #2a2520;;; - --primary-cta: #c97d5c;;; + --card: #fdfcfb;;; + --foreground: #2a2520e6;;; + --primary-cta: #c69c7b;;; --primary-cta-text: #ffffff;;; - --secondary-cta: #f5f3f0;;; - --secondary-cta-text: #2a2520;;; - --accent: #e8ddd3;;; + --secondary-cta: #fdfcfb;;; + --secondary-cta-text: #120a00e6;;; + --accent: #e8dfd5;;; --background-accent: #d4c4b0;;; /* text sizing - set by ThemeProvider */