diff --git a/src/app/page.tsx b/src/app/page.tsx
index bb20ff8..691cb01 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -41,7 +41,7 @@ export default function LandingPage() {
@@ -60,7 +60,7 @@ export default function LandingPage() {
@@ -97,7 +97,7 @@ export default function LandingPage() {
@@ -142,10 +142,10 @@ 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 fd9ebfc..4d18498 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #120006e6;
- --primary-cta: #e63946;
+ --background: #e8f4ff;
+ --card: #d4ebff;
+ --foreground: #0c1f3f;
+ --primary-cta: #0066cc;
--primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
+ --secondary-cta: #ffffff;
--secondary-cta-text: #120006e6;
- --accent: #e2e2e2;
- --background-accent: #c4c4c4;
+ --accent: #4da6ff;
+ --background-accent: #80bfff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);