From 88c639d6cbdf4c3fa4853cbac9c1c9b01de5679f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:46:00 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a7ba097..81341df 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #faf8f5;; - --card: #fff9f7;; - --foreground: #1a1410;; - --primary-cta: #d4949b;; - --secondary-cta: #fff9f7;; - --accent: #c9b5a8;; - --background-accent: #d4949b;; */ + /* --background: #f5f1ec;; + --card: #faf7f3;; + --foreground: #3d3530;; + --primary-cta: #b89968;; + --secondary-cta: #faf7f3;; + --accent: #c9a781;; + --background-accent: #e8d4be;; */ - --background: #faf8f5;; - --card: #fff9f7;; - --foreground: #1a1410;; - --primary-cta: #d4949b;; + --background: #f5f1ec;; + --card: #faf7f3;; + --foreground: #3d3530;; + --primary-cta: #b89968;; --primary-cta-text: #1a1410;; - --secondary-cta: #fff9f7;; + --secondary-cta: #faf7f3;; --secondary-cta-text: #1a1410;; - --accent: #c9b5a8;; - --background-accent: #d4949b;; + --accent: #c9a781;; + --background-accent: #e8d4be;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);