diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 791c22d..d2fd647 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #f8f8f8; --card: #ffffff; - --foreground: #0055C8; - --primary-cta: #b82b40; + --foreground: #000000; + --primary-cta: #1e90ff; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #6b7280; --secondary-cta-text: #250c0d; - --accent: #b90941; - --background-accent: #F9F8F6; + --accent: #2563eb; + --background-accent: #e0e7ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);