diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 52404a5..e2c3018 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F8FAFC; - --card: #ffffff; - --foreground: #1E293B; - --primary-cta: #2EC4B6; - --primary-cta-text: #ffffff; - --secondary-cta: #0F3D3E; - --secondary-cta-text: #ffffff; - --accent: #2EC4B6; - --background-accent: #0F3D3E; + --background: #fafffb; + --card: #f0fdf4; + --foreground: #001a0a; + --primary-cta: #16a34a; + --primary-cta-text: #fafffb; + --secondary-cta: #ffffff; + --secondary-cta-text: #001a0a; + --accent: #bbf7d0; + --background-accent: #86efac; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);