diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4654c18..e73f6ac 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #1a2f1d; - --foreground: #ffffff; - --primary-cta: #ffffff; + --background: #fcf6ec; + --card: #f3ede2; + --foreground: #2e2521; + --primary-cta: #2e2521; --primary-cta-text: #f7f6f7; - --secondary-cta: #0d200f; + --secondary-cta: #ffffff; --secondary-cta-text: #25190c; - --accent: #1a3d1f; - --background-accent: #355e3b; + --accent: #b2a28b; + --background-accent: #b2a28b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);