diff --git a/src/app/globals.css b/src/app/globals.css index 6e8410f..2e7b2b6 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fafafa;; - --card: #f4f4f5;; - --foreground: #27272a;; - --primary-cta: #3f3f46;; + --background: #fffcfc;; + --card: #fffafa;; + --foreground: #220000;; + --primary-cta: #c1121f;; --secondary-cta: #ffffff;; - --accent: #facc15;; - --background-accent: #eab308;; + --accent: #f0b8bc;; + --background-accent: #e07a82;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);