From cecefebc5c372089e88c8b6665a20a2cf3e596a7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 16:55:51 +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 2eba12f..3e47fda 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcfaf5; - --card: #f9f6f0; + --background: #f6f0e9; + --card: #efe7dd; --foreground: #2b180a; - --primary-cta: #c1272d; + --primary-cta: #2b180a; --primary-cta-text: #ffffff; - --secondary-cta: #f9f6f0; + --secondary-cta: #efe7dd; --secondary-cta-text: #2b180a; - --accent: #e34400; - --background-accent: #efe7dd; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);