diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b91f767..b392850 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1408,4 +1408,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index cd5f80c..37549d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -190,4 +190,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 92128b0..f44db84 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #341f51; + --background: #1a3d2a; + --card: #2d5a3f; + --foreground: #f5f5f5; + --primary-cta: #22c55e; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #e8f5e9; --secondary-cta-text: #1c1c1c; - --accent: #6139e6; - --background-accent: #b3a8e8; + --accent: #86efac; + --background-accent: #22c55e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);