From 293d8576fd1613f9b03508e3007ae63a66e3a004 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 00:48:56 +0000 Subject: [PATCH] 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 ac79b74..0ce1e55 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: #f8f9fa; + --card: #f0f2f5; + --foreground: #1e293b; + --primary-cta: #1e3a8a; + --secondary-cta: #ffffff; + --accent: #fbbf24; + --background-accent: #d97706; /* 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 and --font-merriweather), 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 and --font-merriweather), sans-serif; + font-family: var(--font-inter-tight), sans-serif; } \ No newline at end of file