diff --git a/src/app/globals.css b/src/app/globals.css index 538ba58..80e6c8a 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #faf8f3; - --card: #fff5eb; - --foreground: #2d2a24; - --primary-cta: #3d9d4d; + --background: #ffffff; + --card: #fcfcfc; + --foreground: #120006e6; + --primary-cta: #e63946; --secondary-cta: #ffffff; - --accent: #ffd700; - --background-accent: #e6cc80; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);