diff --git a/src/app/globals.css b/src/app/globals.css index 6a25061..7e73768 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff;; - --card: #f0f0f0;; - --foreground: #000000;; - --primary-cta: #62c78e;; - --secondary-cta: #888899;; - --accent: #62c78e;; - --background-accent: #e0f0d0;; + --background: #f5deb3;; + --card: #d2b48c;; + --foreground: #444444;; + --primary-cta: #d1916c;; + --secondary-cta: #8b6969;; + --accent: #e9967a;; + --background-accent: #fff8e1;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);