diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4d90342..2c374fd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #c4c4c4; - --card: #d4d4d4; - --foreground: #1a1a1a; - --primary-cta: #22c55e; - --primary-cta-text: #ffffff; - --secondary-cta: #e0e0e0; - --secondary-cta-text: #1a1a1a; - --accent: #16a34a; - --background-accent: #b4b4b4; + --background: #FDEBF7; + --card: #FFFFFF; + --foreground: #2B2B2B; + --primary-cta: #2E7D32; + --primary-cta-text: #FFFFFF; + --secondary-cta: #FEEFFD; + --secondary-cta-text: #2B2B2B; + --accent: #FFC0CB; + --background-accent: #E0F2F1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);