diff --git a/src/app/globals.css b/src/app/globals.css index a4dd67f..ff2ca97 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f0f4f8;; - --card: #ffffff;; - --foreground: #1a1a2e;; - --primary-cta: #3eb489;; - --secondary-cta: #66b2b2;; - --accent: #3eb489;; - --background-accent: #e6f3ea;; + --background: #d2b48c;; + --card: #f5deb3;; + --foreground: #4f371d;; + --primary-cta: #e0a862;; + --secondary-cta: #d7b6a1;; + --accent: #e0a862;; + --background-accent: #f5deb3;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);