From 0d32c0c0b731e9ba0278af5c41ddbb47d28d6623 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:57:14 +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 b925f2a..259dbb1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #fbfaf8; --card: #ffffff; - --foreground: #25190c; - --primary-cta: #ff6207; + --foreground: #1a1a1a; + --primary-cta: #c6a87d; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #f1eee9; --secondary-cta-text: #25190c; - --accent: #ffce93; - --background-accent: #e8cfa8; + --accent: #d4b98c; + --background-accent: #e7e2d9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);