diff --git a/src/app/page.tsx b/src/app/page.tsx
index 444b7cb..13a572c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -45,6 +45,7 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 5c93459..d2dae91 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #fbfbfb;
+ --background: #f5f5f5;
--card: #ffffff;
- --foreground: #0a1526;
- --primary-cta: #0a1526;
+ --foreground: #333333;
+ --primary-cta: #6b7280;
--primary-cta-text: #ffffff;
- --secondary-cta: #c5a059;
+ --secondary-cta: #d1d5db;
--secondary-cta-text: #ffffff;
- --accent: #c5a059;
- --background-accent: #f3eee5;
+ --accent: #9ca3af;
+ --background-accent: #e5e7eb;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);