diff --git a/src/app/globals.css b/src/app/globals.css index 2acb82c..59af6bb 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #1a237e;; - --card: #283593;; - --foreground: #ffffff;; - --primary-cta: #0d47a1;; - --secondary-cta: #ffffff;; - --accent: #00acc1;; - --background-accent: #0097a7;; + --background: #331f75;; + --card: #482f85;; + --foreground: #f7f0eb;; + --primary-cta: #a2469c;; + --secondary-cta: #f7f0eb;; + --accent: #f7f0eb;; + --background-accent: #a2469c;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);