From 9f0cf848018cc35ba6a85316058827db07fe8ab5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 07:56:00 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d12c3c0..ed90c89 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: #250c0d; - --primary-cta: #b82b40; + --background: #fbf9f7; + --card: #f4f1ee; + --foreground: #3d3732; + --primary-cta: #8c7f76; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #d6d2ce; --secondary-cta-text: #250c0d; - --accent: #b90941; - --background-accent: #e8a8b6; + --accent: #c8b9b0; + --background-accent: #e9e5e2; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);