diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 619ba09..27e39c9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; - --primary-cta: #15479c; + --background: #020617; + --card: #1E293B; + --foreground: #F8FAFC; + --primary-cta: #3B82F6; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #94A3B8; --secondary-cta-text: #000f06e6; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #22C55E; + --background-accent: #0F172A; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);