diff --git a/src/app/globals.css b/src/app/globals.css index 9703fb2..e64a678 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fffafa;; - --card: #fff7f7;; - --foreground: #1a0000;; - --primary-cta: #e63946;; + --background: #f8fcff;; + --card: #ffffff;; + --foreground: #00101f;; + --primary-cta: #409fff;; --secondary-cta: #ffffff;; - --accent: #f5c4c7;; - --background-accent: #f09199;; + --accent: #c7e2fc;; + --background-accent: #9bcfff;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 95a93ea..51a1fcb 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1277,4 +1277,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 772d579..dab1fa1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -265,4 +265,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}