From 71d831ffb30f41fb328b6b32fbd20a4c4438f328 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:45:33 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 2e43cf6..a6505af 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: #f5f3f0;; - --card: #faf9f8;; - --foreground: #2d2520;; - --primary-cta: #8b6f47;; - --secondary-cta: #faf9f8;; - --accent: #d4ccc4;; - --background-accent: #c9bfb6;; */ + /* --background: #f5f3f0;;; + --card: #fffbf8;;; + --foreground: #2a2520;;; + --primary-cta: #c97d5c;;; + --secondary-cta: #f5f3f0;;; + --accent: #e8ddd3;;; + --background-accent: #d4c4b0;;; */ - --background: #f5f3f0;; - --card: #faf9f8;; - --foreground: #2d2520;; - --primary-cta: #8b6f47;; - --primary-cta-text: #ffffff;; - --secondary-cta: #faf9f8;; - --secondary-cta-text: #120a00e6;; - --accent: #d4ccc4;; - --background-accent: #c9bfb6;; + --background: #f5f3f0;;; + --card: #fffbf8;;; + --foreground: #2a2520;;; + --primary-cta: #c97d5c;;; + --primary-cta-text: #ffffff;;; + --secondary-cta: #f5f3f0;;; + --secondary-cta-text: #2a2520;;; + --accent: #e8ddd3;;; + --background-accent: #d4c4b0;;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);