diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0fdccca..32083d5 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: #F7F7F7; - --foreground: #2E1A47; - --primary-cta: #D4B47C; - --primary-cta-text: #2E1A47; - --secondary-cta: #FFFFFF; - --secondary-cta-text: #2E1A47; - --accent: #5A3A2C; - --background-accent: #E3DEEA; + --background: #e3deea; + --card: #ffffff; + --foreground: #27231f; + --primary-cta: #27231f; + --primary-cta-text: #e3deea; + --secondary-cta: #ffffff; + --secondary-cta-text: #27231f; + --accent: #c68a62; + --background-accent: #c68a62; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);