diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d6976a1..69f76c7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #faf5f0; - --card: #f3ede2; - --foreground: #1a0f08; - --primary-cta: #d92727; + --background: #f5f1eb; + --card: #fefbf7; + --foreground: #1a0f07; + --primary-cta: #c41e1e; --primary-cta-text: #f5f5f5; - --secondary-cta: #1a2555; + --secondary-cta: #fefbf7; --secondary-cta-text: #1c1c1c; - --accent: #f4b860; - --background-accent: #8b5a3c; + --accent: #f4d99b; + --background-accent: #5d4037; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);