From 6ea772d3e5f5cdcb4fca85b2f2e85dc2c584b69e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:38:12 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 42 ++++++++---------------------------- 1 file changed, 9 insertions(+), 33 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a797035..73cf8ea 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,39 +2,15 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f7f5ff;; - --card: #ffffff;; - --foreground: #1a0a3d;; - --primary-cta: #7c3aed;; - --secondary-cta: #ffffff;; - --accent: #10b981;; - --background-accent: #e8f5e9;; */ - - --background: #f7f5ff;; - --card: #ffffff;; - --foreground: #1a0a3d;; - --primary-cta: #7c3aed;; - --primary-cta-text: #0f0f0f;; - --secondary-cta: #ffffff;; - --secondary-cta-text: #d4af37;; - --accent: #10b981;; - --background-accent: #e8f5e9;; - - /* text sizing - set by ThemeProvider */ - /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); - --text-xs: clamp(0.54rem, 0.72vw, 0.72rem); - --text-sm: clamp(0.615rem, 0.82vw, 0.82rem); - --text-base: clamp(0.69rem, 0.92vw, 0.92rem); - --text-lg: clamp(0.75rem, 1vw, 1rem); - --text-xl: clamp(0.825rem, 1.1vw, 1.1rem); - --text-2xl: clamp(0.975rem, 1.3vw, 1.3rem); - --text-3xl: clamp(1.2rem, 1.6vw, 1.6rem); - --text-4xl: clamp(1.5rem, 2vw, 2rem); - --text-5xl: clamp(2.025rem, 2.75vw, 2.75rem); - --text-6xl: clamp(2.475rem, 3.3vw, 3.3rem); - --text-7xl: clamp(3rem, 4vw, 4rem); - --text-8xl: clamp(3.5rem, 4.5vw, 4.5rem); - --text-9xl: clamp(5.25rem, 7vw, 7rem); */ + --background: #f7f5ff; + --card: #ffffff; + --foreground: #1a0a3d; + --primary-cta: #7c3aed; + --primary-cta-text: #ffffff; + --secondary-cta: #ffffff; + --secondary-cta-text: #1a0a3d; + --accent: #10b981; + --background-accent: #e8f5e9; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25);