diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3074899..af0c192 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #f0f8ff; - --card: #e6f3ff; - --foreground: #001f3f; - --primary-cta: #15479c; + --card: #dceeff; + --foreground: #001a33; + --primary-cta: #1e4d8c; --primary-cta-text: #f5f5f5; - --secondary-cta: #d1e9ff; + --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #005a8d; - --background-accent: #bfdfff; + --accent: #003366; + --background-accent: #cce4ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);