From c429eefdfe0d526221000882eec800459f63fe1f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:29:44 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b925f2a..7f6f47d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #25190c; - --primary-cta: #ff6207; - --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; - --secondary-cta-text: #25190c; - --accent: #ffce93; - --background-accent: #e8cfa8; + --background: #e8dcc4; + --card: #f5f0e6; + --foreground: #3d2817; + --primary-cta: #a67c52; + --primary-cta-text: #ffffff; + --secondary-cta: #f5f0e6; + --secondary-cta-text: #3d2817; + --accent: #d4b896; + --background-accent: #c9a876; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);