diff --git a/src/app/globals.css b/src/app/globals.css index c73e844..6ae2311 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #faf8f5;; - --card: #f3ede5;; - --foreground: #3a3228;; - --primary-cta: #6b8e7e;; + /* --background: #f5ede5;; + --card: #efe7dd;; + --foreground: #4a3828;; + --primary-cta: #8b6f47;; --secondary-cta: #ffffff;; - --accent: #a89888;; - --background-accent: #d4c4b0;; */ + --accent: #c4a882;; + --background-accent: #d9c9b5;; */ - --background: #faf8f5;; - --card: #f3ede5;; - --foreground: #3a3228;; - --primary-cta: #6b8e7e;; + --background: #f5ede5;; + --card: #efe7dd;; + --foreground: #4a3828;; + --primary-cta: #8b6f47;; --secondary-cta: #ffffff;; - --accent: #a89888;; - --background-accent: #d4c4b0;; + --accent: #c4a882;; + --background-accent: #d9c9b5;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);