From a95eab1b1b3a0a37766863e3baf0b1f36cbe8d6a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:14:16 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f490e27..acea9dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function LandingPage() { contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" background="noise" - cardStyle="gradient-mesh" + cardStyle="soft-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" headingFontWeight="bold" From f4689d521db03777226c54414d7c28c8d217c1a7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:14:17 +0000 Subject: [PATCH 2/3] Update src/app/styles/base.css --- src/app/styles/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 0f9f89d..aa7fd03 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-poppins), sans-serif; + font-family: var(--font-montserrat), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-poppins), sans-serif; + font-family: var(--font-montserrat), sans-serif; } From 8f235d59713af8226fc1f939e8a6af19cb0a579d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 10:14:17 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 05d271f..c8c5202 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: #fcfcfc; - --foreground: #222222; - --primary-cta: #D62828; - --primary-cta-text: #ffffff; - --secondary-cta: #FCE4EC; - --secondary-cta-text: #222222; - --accent: #FCE4EC; - --background-accent: #f5f5f5; + --background: #FFFFFF; + --card: #FDFDFD; + --foreground: #2C2C2C; + --primary-cta: #E63946; + --primary-cta-text: #FFFFFF; + --secondary-cta: #F0F0F0; + --secondary-cta-text: #2C2C2C; + --accent: #F7DDC2; + --background-accent: #EAE4DB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);