diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f165e26..c2a4828 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdf5e6; - --card: #ffffff; - --foreground: #362a26; - --primary-cta: #e63946; - --primary-cta-text: #f7f6f7; - --secondary-cta: #1a6b41; - --secondary-cta-text: #1b0c25; - --accent: #fcd34d; - --background-accent: #f8c291; + --background: #FDF8F5; + --card: #FFF8F0; + --foreground: #4E342E; + --primary-cta: #E74C3C; + --primary-cta-text: #FFFFFF; + --secondary-cta: #1E8449; + --secondary-cta-text: #4E342E; + --accent: #F1C40F; + --background-accent: #E6B0AA; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);