From 9a2c695ae31fa8348902796ceebec9fac48ee39e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 12:17:47 +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 541d7e0..3520c50 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F8F6F2; - --card: #F8F6F2; - --foreground: #121212; - --primary-cta: #C8A96A; + --background: #F8F4ED; + --card: #EDEBE4; + --foreground: #262626; + --primary-cta: #B8860B; --primary-cta-text: #121212; - --secondary-cta: #1E3D34; + --secondary-cta: #5A6B70; --secondary-cta-text: #F8F6F2; - --accent: #1E3D34; - --background-accent: #1E3D34; + --accent: #D4AF37; + --background-accent: #F2EFDC; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);