diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a66231d..3be9eb6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0f1419; - --card: #1a1f2e; - --foreground: #e8eef5; - --primary-cta: #1e4a7a; + --background: #0a1628; + --card: #0f1f35; + --foreground: #e8f0f8; + --primary-cta: #1a5c3a; --primary-cta-text: #f7f6f7; - --secondary-cta: #0f9d6f; + --secondary-cta: #0f1f35; --secondary-cta-text: #250c0d; - --accent: #5d9cec; - --background-accent: #2d6a9f; + --accent: #22c55e; + --background-accent: #16a34a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);