From a4f00053bf966d805295c6399122177a279f72cd Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 07:21:41 +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 2b4285a..5815453 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fff8f5;; - --card: #fff0eb;; - --foreground: #3d2c29;; - --primary-cta: #e8a090;; - --secondary-cta: #ffffff;; - --accent: #f5d5cc;; - --background-accent: #f0c4b8;; + --background: #080000; + --card: #1e0d0d; + --foreground: #ffe6e6; + --primary-cta: #ff7a7a; + --secondary-cta: #1e0909; + --accent: #7b4242; + --background-accent: #65292c; /* 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-merriweather), sans-serif; + font-family: var(--font-inter), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -508,5 +508,5 @@ h3, h4, h5, h6 { - font-family: var(--font-merriweather), sans-serif; + font-family: var(--font-inter), sans-serif; } \ No newline at end of file