diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8a99aa4..2aed949 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: #faf8f3;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #c41e3a;; - --secondary-cta: #ffffff;; - --accent: #d4a574;; - --background-accent: #8b6914;; */ + /* --background: #faf8f3;;; + --card: #f3ede2;;; + --foreground: #2d2421;;; + --primary-cta: #c41e3a;;; + --secondary-cta: #ffffff;;; + --accent: #d4a574;;; + --background-accent: #8b6914;;; */ - --background: #faf8f3;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #c41e3a;; - --primary-cta-text: #ffffff;; - --secondary-cta: #ffffff;; - --secondary-cta-text: #2e2521;; - --accent: #d4a574;; - --background-accent: #8b6914;; + --background: #faf8f3;;; + --card: #f3ede2;;; + --foreground: #2d2421;;; + --primary-cta: #c41e3a;;; + --primary-cta-text: #ffffff;;; + --secondary-cta: #ffffff;;; + --secondary-cta-text: #2e2521;;; + --accent: #d4a574;;; + --background-accent: #8b6914;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);