From e74fb8bfcf879bde79db1dd942d9ec15c0076501 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 15:16:22 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ee8d361..dc6bc7a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; - --card: #efe7dd; - --foreground: #2b180a; - --primary-cta: #2b180a; - --primary-cta-text: #f6f0e9; - --secondary-cta: #efe7dd; - --secondary-cta-text: #2b180a; - --accent: #94877c; - --background-accent: #afa094; + --background: #FCF5ED; + --card: #FDFCF9; + --foreground: #2E2C2C; + --primary-cta: #D28C6E; + --primary-cta-text: #FDFCF9; + --secondary-cta: #9B9A7C; + --secondary-cta-text: #2E2C2C; + --accent: #A77053; + --background-accent: #F4E8D8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);