diff --git a/src/app/globals.css b/src/app/globals.css index 80e6c8a..f6cb1e6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,10 +6,10 @@ --background: #ffffff; --card: #fcfcfc; - --foreground: #120006e6; - --primary-cta: #e63946; + --foreground: #000000e6; + --primary-cta: #ff0000; --secondary-cta: #ffffff; - --accent: #e2e2e2; + --accent: #bebebe; --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */