From a232825fdc9330fa0b6fcccc6379e6badedd9009 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:20:16 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fbd84bc..bf91a27 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; - --primary-cta-text: #f5f5f5; + --background: #fcf6ec; + --card: #f3ede2; + --foreground: #3a2a22; + --primary-cta: #B82B40; + --primary-cta-text: #ffffff; --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --secondary-cta-text: #3a2a22; + --accent: #4CAF50; + --background-accent: #E1B875; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);