diff --git a/src/app/globals.css b/src/app/globals.css index fc17c8f..1a19622 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff;; - --card: #fcfcfc;; - --foreground: #120006e6;; - --primary-cta: #e63946;; - --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; + --background: #222222;; + --card: #1a1a1a;; + --foreground: #E0E0E0;; + --primary-cta: #3b82f6;; + --secondary-cta: #1a1a1a;; + --accent: #737373;; + --background-accent: #737373;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);