diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx
index 5ec65e7..191daec 100644
--- a/src/app/features/page.tsx
+++ b/src/app/features/page.tsx
@@ -25,10 +25,7 @@ export default function FeaturesPage() {
borderRadius="rounded"
contentWidth="small"
sizing="medium"
- background="noise"
cardStyle="outline"
- primaryButtonStyle="flat"
- secondaryButtonStyle="radial-glow"
headingFontWeight="normal"
>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4f8017b..f3aeb33 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,10 +28,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="small"
sizing="medium"
- background="noise"
cardStyle="outline"
- primaryButtonStyle="flat"
- secondaryButtonStyle="radial-glow"
headingFontWeight="normal"
>
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 3d0e32c..f3fce0f 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: #000f06e6;
- --primary-cta: #0a7039;
- --primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
- --secondary-cta-text: #000f06e6;
- --accent: #e2e2e2;
- --background-accent: #c4c4c4;
+ --background: #1A002A;
+ --card: #2A003E;
+ --foreground: #F8F5FFE6;
+ --primary-cta: #FDE047;
+ --primary-cta-text: #1A002A;
+ --secondary-cta: #8B5CF6;
+ --secondary-cta-text: #F8F5FFE6;
+ --accent: #C89BFF;
+ --background-accent: #4F0075;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);