diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 2f001d2..b9f74b0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; - --foreground: #1a1a1a; - --primary-cta: #1c1c1c; + --card: #f8f9fa; + --foreground: #000612; + --primary-cta: #15479c; --primary-cta-text: #f5f4f0; - --secondary-cta: #f9f9f9; + --secondary-cta: #eff6ff; --secondary-cta-text: #1a1a1a; - --accent: #e2e2e2; - --background-accent: #f9f9f9; + --accent: #dbeafe; + --background-accent: #f1f5f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);