diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 854b199..658d2b1 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: #0a2626; - --primary-cta: #008080; + --card: #f0f4f8; + --foreground: #001a33; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #eef6ff; --secondary-cta-text: #0a2626; - --accent: #c5a059; - --background-accent: #fdfbf7; + --accent: #a8cce8; + --background-accent: #eef6ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);