From e9b52ae325fa923e837075a470adb4d201acb3fa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:54:55 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0020ad..30f2627 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,30 +128,30 @@ export default function LuxuryDentistPage() {
@@ -159,10 +159,10 @@ export default function LuxuryDentistPage() {
@@ -209,4 +209,4 @@ export default function LuxuryDentistPage() {
); -} +} \ No newline at end of file -- 2.49.1 From d895983b5b09262be22fae6b09212d7d59560a77 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:54:56 +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 a25430f..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-inter-tight), 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-inter-tight), sans-serif; + font-family: var(--font-dm-sans), sans-serif; } -- 2.49.1 From d4a4cf0d903b45a1f71222274aaac7f6166b48ed Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:54:56 +0000 Subject: [PATCH 3/3] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 676c0e8..96c2894 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: #0c1325; - --primary-cta: #0798ff; + --background: #f5faff; + --card: #f1f8ff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #0c1325; - --accent: #93c7ff; - --background-accent: #a8cde8; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1