diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b0b576a..32083d5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #e8dcc4; - --foreground: #2a2928; - --primary-cta: #d4a574; + --background: #e3deea; + --card: #ffffff; + --foreground: #27231f; + --primary-cta: #27231f; --primary-cta-text: #e3deea; - --secondary-cta: #2a2928; + --secondary-cta: #ffffff; --secondary-cta-text: #27231f; --accent: #c68a62; - --background-accent: #b8751f; + --background-accent: #c68a62; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);