diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8eec6d8..691ddfb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcfaf7; - --card: #ffffff; - --foreground: #3d2822; - --primary-cta: #8b4513; + --background: #F5E6D3; + --card: #FFFFFF; + --foreground: #4A3728; + --primary-cta: #8B6F47; --primary-cta-text: #ffffff; - --secondary-cta: #fdf6f0; + --secondary-cta: #E8B4C8; --secondary-cta-text: #3d2822; - --accent: #f4aab9; - --background-accent: #e6dcd3; + --accent: #E8B4C8; + --background-accent: #FDF6ED; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);