From cd9e5d96b4b5a5a1abcb2c75d27dccea452c4ab6 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 27 Dec 2025 13:01:43 +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..cca4c50 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: #f8fcff; + --card: #ffffff; + --foreground: #00101f; + --primary-cta: #409fff; + --secondary-cta: #ffffff; + --accent: #c7e2fc; + --background-accent: #9bcfff; /* 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 e1181b78f85687494592d824160ce8dd43983966 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 27 Dec 2025 13:01:44 +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 9fd320d..8ede6c2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From efb99c701dca5577bd226626ccd37bf06bf56259 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 27 Dec 2025 13:01:45 +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 4d470b1..2be5c2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -225,4 +225,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}