diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6561c91..4c51c3f 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: #f5e8d8;; - --card: #faf5ef;; - --foreground: #1a0f08;; - --primary-cta: #a85a3a;; - --secondary-cta: #d4c5b9;; - --accent: #c89060;; - --background-accent: #8b7355;; */ + /* --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #8b4513;; + --secondary-cta: #efe7dd;; + --accent: #a0826d;; + --background-accent: #d4a574;; */ - --background: #f5e8d8;; - --card: #faf5ef;; - --foreground: #1a0f08;; - --primary-cta: #a85a3a;; + --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #8b4513;; --primary-cta-text: #F5ECD7;; - --secondary-cta: #d4c5b9;; + --secondary-cta: #efe7dd;; --secondary-cta-text: #2C1A0E;; - --accent: #c89060;; - --background-accent: #8b7355;; + --accent: #a0826d;; + --background-accent: #d4a574;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);