diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f43a6a7..26e61b6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; + --background: #ffffff; + --card: #f0f8ff; + --foreground: #1a1a1a; --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #e8f0fe; --secondary-cta-text: #0056b3; --accent: #a8cce8; - --background-accent: #7ba3cf; + --background-accent: #f0f8ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);