diff --git a/src/app/globals.css b/src/app/globals.css index 123ef0f..bd02edc 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,12 +5,12 @@ /* --vw is set by ThemeProvider */ --background: #1a1a2e;; - --card: #d2b48c;; - --foreground: #ff6b6b;; - --primary-cta: #d1916c;; - --secondary-cta: #8b6969;; - --accent: #3b82f6;; - --background-accent: #fff8e1;; + --card: #28283e;; + --foreground: #ffffff;; + --primary-cta: #5cb85c;; + --secondary-cta: #337ab7;; + --accent: #2ecc71;; + --background-accent: #2c3e50;; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); --vw-0_5: calc(var(--vw) * 0.5);