diff --git a/src/app/globals.css b/src/app/globals.css index ddbeac3..fff1cd7 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f8f9fa;; - --card: #f0f2f5;; - --foreground: #1e293b;; - --primary-cta: #1e3a8a;; + --background: #f5f8ff;; + --card: #ebf0ff;; + --foreground: #292d40;; + --primary-cta: #90a8e8;; --secondary-cta: #ffffff;; - --accent: #fbbf24;; - --background-accent: #d97706;; + --accent: #ccd5f5;; + --background-accent: #b8c4f0;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);