From fbd0f6d63be6c75af0a0f23bb0719729da9408f7 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 26 Feb 2026 10:41:43 +0000 Subject: [PATCH] Bob AI: change to Helvetic --- src/app/styles/variables.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 08a835c..a1ddfce 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,22 +3,22 @@ /* --vw is set by ThemeProvider */ /* --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #000f06e6;; - --primary-cta: #0a7039;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; */ + --card: #f5f5f5;; + --foreground: #1a1a1a;; + --primary-cta: #0066cc;; + --secondary-cta: #ffffff;; + --accent: #cccccc;; + --background-accent: #e6e6e6;; */ --background: #ffffff;; - --card: #f9f9f9;; - --foreground: #000f06e6;; - --primary-cta: #0a7039;; + --card: #f5f5f5;; + --foreground: #1a1a1a;; + --primary-cta: #0066cc;; --primary-cta-text: #ffffff;; - --secondary-cta: #f9f9f9;; + --secondary-cta: #ffffff;; --secondary-cta-text: #000f06e6;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; + --accent: #cccccc;; + --background-accent: #e6e6e6;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1