diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index f67a13b..eaf529d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e8f4f8; - --card: #f5fafb; - --foreground: #1a3a42; - --primary-cta: #87ceeb; + --background: #87ceeb; + --card: #b0e0e6; + --foreground: #ffffff; + --primary-cta: #4a90a4; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #b0e0e6; - --background-accent: #87ceeb; + --accent: #e0f6ff; + --background-accent: #5da5c0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);