diff --git a/src/app/globals.css b/src/app/globals.css index d1dc5ef..1a1a5a1 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -7,12 +7,12 @@ /* --vw is set by ThemeProvider */ --background: #1a1a2e;; - --card: #e0e0e0;; - --foreground: #333333;; - --primary-cta: #cccccc;; - --secondary-cta: #bfbfbf;; - --accent: #e91e8f;; - --background-accent: #d3d3d3;; + --card: #2c2c3e;; + --foreground: #ffffff;; + --primary-cta: #525266;; + --secondary-cta: #6b6b82;; + --accent: #4caf50;; + --background-accent: #2e2e40;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);