diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0aced84..eec4ede 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: #f9fef9; - --foreground: #0d2e1c; - --primary-cta: #3e8c56; + --background: #f8fafc; + --card: #ffffff; + --foreground: #1e293b; + --primary-cta: #22c55e; --primary-cta-text: #ffffff; - --secondary-cta: #f5e8d6; + --secondary-cta: #15803d; --secondary-cta-text: #0d2e1c; - --accent: #b2a28b; - --background-accent: #e9f5e9; + --accent: #38bdf8; + --background-accent: #e2e8f0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);