diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8f29e57..c488ce3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #ff6207; + --background: #ffffff; + --card: #f8f8f8; + --foreground: #000000; + --primary-cta: #000000; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #eeeeee; --secondary-cta-text: #25190c; - --accent: #b82b40; - --background-accent: #e8cfa8; + --accent: #333333; + --background-accent: #e5e5e5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);