diff --git a/src/app/page.tsx b/src/app/page.tsx
index ed31a40..6f02082 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -48,6 +48,7 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index d20508a..8cff76c 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #F9F9F9;
- --card: #FFFFFF;
- --foreground: #1A1A1A;
- --primary-cta: #962EFF;
- --primary-cta-text: #FFFFFF;
- --secondary-cta: #FFFFFF;
- --secondary-cta-text: #525252;
- --accent: #962EFF;
- --background-accent: #F0F0F0;
+ --background: #efebe5;
+ --card: #f7f2ea;
+ --foreground: #000000;
+ --primary-cta: #000000;
+ --primary-cta-text: #efebe5;
+ --secondary-cta: #ffffff;
+ --secondary-cta-text: #000000;
+ --accent: #ffffff;
+ --background-accent: #e1b875;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);