From 4955341e33eefa26c8014cc5415f5237fa199f32 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:47:33 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 5ea9037..7181627 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,17 +6,17 @@ /* --background: #ffffff;; --card: #f9f9f9;; - --foreground: #0a4d2c;; + --foreground: #000f06;; --primary-cta: #0a7039;; - --secondary-cta: #ffffff;; + --secondary-cta: #f9f9f9;; --accent: #80d4a8;; --background-accent: #c5e8d5;; */ --background: #ffffff;; --card: #f9f9f9;; - --foreground: #0a4d2c;; + --foreground: #000f06;; --primary-cta: #0a7039;; - --secondary-cta: #ffffff;; + --secondary-cta: #f9f9f9;; --accent: #80d4a8;; --background-accent: #c5e8d5;; @@ -578,7 +578,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-nunito), sans-serif; + font-family: var(--font-inter-tight), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -591,5 +591,5 @@ h3, h4, h5, h6 { - font-family: var(--font-nunito), sans-serif; + font-family: var(--font-inter-tight), sans-serif; } \ No newline at end of file