From 321bf80e97912d73ac266b38ca6593d9e1db8aa1 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 27 Dec 2025 05:00:10 +0000 Subject: [PATCH 1/3] Update src/app/globals.css --- src/app/globals.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 5815453..d219e3a 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #080000; - --card: #1e0d0d; - --foreground: #ffe6e6; - --primary-cta: #ff7a7a; - --secondary-cta: #1e0909; - --accent: #7b4242; - --background-accent: #65292c; + --background: #ffffff; + --card: #fcfcfc; + --foreground: #120a00e6; + --primary-cta: #ff8c42; + --secondary-cta: #ffffff; + --accent: #ff8c42; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); @@ -495,7 +495,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter), sans-serif; + font-family: var(--font-inter-tight), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -508,5 +508,5 @@ h3, h4, h5, h6 { - font-family: var(--font-inter), sans-serif; + font-family: var(--font-inter-tight), sans-serif; } \ No newline at end of file From 69908ed41c4401d7a1a7742d0cdde4bd5196e7ca Mon Sep 17 00:00:00 2001 From: development Date: Sat, 27 Dec 2025 05:00:11 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 36665dd..e295557 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1272,4 +1272,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From 8982d8aa22d3b2769902701779cf5f73d5a14d63 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 27 Dec 2025 05:00:12 +0000 Subject: [PATCH 3/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 7548a27..5705070 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -232,4 +232,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}