diff --git a/src/app/globals.css b/src/app/globals.css index 7036eed..2acb82c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,14 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; - --primary-cta: #1f514c;; + --background: #1a237e;; + --card: #283593;; + --foreground: #ffffff;; + --primary-cta: #0d47a1;; --secondary-cta: #ffffff;; - --accent: #159c49;; - --background-accent: #a8e8ba;; - + --accent: #00acc1;; + --background-accent: #0097a7;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);