diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cdb58dd..d529565 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0F172A; - --card: #1E293B; - --foreground: #E5E7EB; + --background: #F8F5F2; + --card: #E7E5E4; + --foreground: #111111; --primary-cta: #22C55E; --primary-cta-text: #052E16; - --secondary-cta: #334155; - --secondary-cta-text: #CBD5F5; + --secondary-cta: #D6D3D1; + --secondary-cta-text: #1C1C1C; --accent: #22D3EE; - --background-accent: #1D4ED8; + --background-accent: #0EA5E9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);