diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 942f6ac..b7afc67 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdfaf6; - --card: #f7f2ed; - --foreground: #1a2c3d; - --primary-cta: #4b77be; + --background: #f5f4ef; + --card: #dad6cd; + --foreground: #2a2928; + --primary-cta: #2a2928; --primary-cta-text: #f5f4ef; - --secondary-cta: #fdfaf6; + --secondary-cta: #ecebea; --secondary-cta-text: #2a2928; - --accent: #e6c7a8; - --background-accent: #f3e5d7; + --accent: #ffffff; + --background-accent: #c6b180; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);