diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 161a857..15b4de2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f0f9ff; - --card: #e0f2fe; - --foreground: #0c2d4d; - --primary-cta: #0284c7; + --background: #e8f1f5; + --card: #d9e8f0; + --foreground: #1a3a4d; + --primary-cta: #8b6f47; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #d4e5ed; --secondary-cta-text: #000f06e6; - --accent: #a5d8ff; - --background-accent: #7ec8f5; + --accent: #a8c5d6; + --background-accent: #6b4423; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);