diff --git a/src/app/page.tsx b/src/app/page.tsx index c1176c7..97a5739 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,164 +20,97 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d12c3c0..351ecba 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #250c0d; - --primary-cta: #b82b40; + --background: #fbf6f3; + --card: #fdfaf8; + --foreground: #4a3c31; + --primary-cta: #d68c9c; --primary-cta-text: #f7f6f7; - --secondary-cta: #ffffff; + --secondary-cta: #fdfaf8; --secondary-cta-text: #250c0d; - --accent: #b90941; - --background-accent: #e8a8b6; + --accent: #f3cdd8; + --background-accent: #f3e0d8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);