diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 03620b4..10e31b4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f8fafc; + --card: #f9f9f9; --foreground: #0f172a; - --primary-cta: #2563eb; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #fef3c7; + --secondary-cta: #FFC700; --secondary-cta-text: #1f2937; - --accent: #fbbf24; - --background-accent: #dbeafe; + --accent: #FFC700; + --background-accent: #e8f2ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);