diff --git a/src/app/globals.css b/src/app/globals.css index 2e41d74..b310872 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fff5f8; - --card: #ffebf0; - --foreground: #3d2930; - --primary-cta: #e890a8; - --secondary-cta: #ffffff; - --accent: #f5ccd5; - --background-accent: #f0b8c4; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f8d0e8e6; + --primary-cta: #ff1493; + --secondary-cta: #1a1a1a; + --accent: #ff69b4; + --background-accent: #c71585; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);