From 36471ccfa3d4fc8d1986b87fd29f6f9349fbf683 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 01:05:14 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a33f7b5..4b1d0ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,14 +19,14 @@ export default function LandingPage() { return ( @@ -313,4 +313,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 5a04f48f3e3d05ea10fc72d7dab940a0ab4808dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 01:05:15 +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 53147f7..c719d19 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-nunito-sans), sans-serif; + font-family: var(--font-inter), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-nunito-sans), sans-serif; + font-family: var(--font-dm-sans), sans-serif; } -- 2.49.1 From b4dacd5339587c770e20822e3eb3c716036017ee Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 01:05:16 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd9ebfc..eb4ccd2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; - --foreground: #120006e6; - --primary-cta: #e63946; + --card: #ffffff; + --foreground: #000000; + --primary-cta: #FF0000; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #120006e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --secondary-cta: #ffffff; + --secondary-cta-text: #000000; + --accent: #000000; + --background-accent: #000000; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1