diff --git a/src/app/globals.css b/src/app/globals.css index f920efe..b6632c2 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fbfaff;; - --card: #f7f5ff;; - --foreground: #0f0022;; - --primary-cta: #8b5cf6;; + --background: #fffaf5;; + --card: #fff0eb;; + --foreground: #3d2c29;; + --primary-cta: #e8a090;; --secondary-cta: #ffffff;; - --accent: #d8cef5;; - --background-accent: #c4a8f9;; + --accent: #f5d5cc;; + --background-accent: #f0c4b8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);