From 31f5085bfb60dfb2ed4e962b8ccd2431a0fb5a15 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:42:26 +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 3315740..043c7ca 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612; - --primary-cta: #C5A059; + --background: #fdfbf7; + --card: #ffffff; + --foreground: #1a1a1a; + --primary-cta: #d4af37; --primary-cta-text: #000000; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #000612; - --accent: #E2C07D; - --background-accent: #f5f5f5; + --accent: #b8860b; + --background-accent: #f4ede0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);