From 39d15fe9095406ef5fb576e08a6b5f0e6b4642a3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:26:21 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d60c0a4..bc7fb5c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; + --background: #faf8f6; --card: #ffffff; - --foreground: #1f2027; - --primary-cta: #1f2027; + --foreground: #1a1a1a; + --primary-cta: #d4af37; --primary-cta-text: #e3deea; - --secondary-cta: #ffffff; + --secondary-cta: #f0e5d8; --secondary-cta-text: #1f2027; - --accent: #627dc6; - --background-accent: #627dc6; + --accent: #c9a961; + --background-accent: #fff5eb; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);