diff --git a/src/app/globals.css b/src/app/globals.css index 308c622..e4a1eef 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,12 +5,12 @@ /* --vw is set by ThemeProvider */ --background: #000000; - --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #ff8c42; - --secondary-cta: #1a1a1a; - --accent: #ff6b35; - --background-accent: #ff8c42; + --card: #1a1a2e; + --foreground: #e6f0ff; + --primary-cta: #3891f6; + --secondary-cta: #0e1a29; + --accent: #3f5c79; + --background-accent: #016ad3; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);