diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 2eba12f..3e47fda 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcfaf5; - --card: #f9f6f0; + --background: #f6f0e9; + --card: #efe7dd; --foreground: #2b180a; - --primary-cta: #c1272d; + --primary-cta: #2b180a; --primary-cta-text: #ffffff; - --secondary-cta: #f9f6f0; + --secondary-cta: #efe7dd; --secondary-cta-text: #2b180a; - --accent: #e34400; - --background-accent: #efe7dd; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);