diff --git a/src/app/globals.css b/src/app/globals.css index cc2f901..0c40cf5 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fcf6ec;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #2e2521;; - --secondary-cta: #ffffff;; - --accent: #b2a28b;; - --background-accent: #b2a28b;; */ + /* --background: #fffaf5;; + --card: #fff5e6;; + --foreground: #331a00;; + --primary-cta: #e63946;; + --secondary-cta: #ffd700;; + --accent: #ff6b35;; + --background-accent: #ffe5cc;; */ - --background: #fcf6ec;; - --card: #f3ede2;; - --foreground: #2e2521;; - --primary-cta: #2e2521;; - --secondary-cta: #ffffff;; - --accent: #b2a28b;; - --background-accent: #b2a28b;; + --background: #fffaf5;; + --card: #fff5e6;; + --foreground: #331a00;; + --primary-cta: #e63946;; + --secondary-cta: #ffd700;; + --accent: #ff6b35;; + --background-accent: #ffe5cc;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);