diff --git a/src/app/globals.css b/src/app/globals.css index f8724df..1f90951 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; + --background: #ffffff;; + --card: #fcfcfc;; + --foreground: #000000e6;; + --primary-cta: #1a1a1a;; --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; + --accent: #808080;; + --background-accent: #d3d3d3;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);