From 4200728a957ee6a47220793476d3c7e7819a25a9 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 23:06:42 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 40b5df4..64e6a3e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fbfaff;; - --card: #f7f5ff;; - --foreground: #0f0022;; - --primary-cta: #8b5cf6;; + --background: #ffffff;; + --card: #fcfcfc;; + --foreground: #000000e6;; + --primary-cta: #1a1a1a;; --secondary-cta: #ffffff;; - --accent: #d8cef5;; - --background-accent: #c4a8f9;; + --accent: #bebebe;; + --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-space-grotesk), sans-serif; + font-family: var(--font-poppins), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -508,5 +508,5 @@ h3, h4, h5, h6 { - font-family: var(--font-space-grotesk), sans-serif; + font-family: var(--font-poppins), sans-serif; } \ No newline at end of file