From b8ea73173cbf23365ef9242dc16a06725efc59f3 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 24 Jan 2026 17:17:35 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 8616dad..26a1585 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #fafffb;; - --card: #f7fffa;; - --foreground: #001a0a;; - --primary-cta: #0a7039;; - --secondary-cta: #ffffff;; - --accent: #a8d9be;; - --background-accent: #6bbf8e;; */ + /* --background: #f9f5f0;; + --card: #efe5d8;; + --foreground: #3d2817;; + --primary-cta: #c8704c;; + --secondary-cta: #f9f5f0;; + --accent: #d9a884;; + --background-accent: #c4926f;; */ - --background: #fafffb;; - --card: #f7fffa;; - --foreground: #001a0a;; - --primary-cta: #0a7039;; - --secondary-cta: #ffffff;; - --accent: #a8d9be;; - --background-accent: #6bbf8e;; + --background: #f9f5f0;; + --card: #efe5d8;; + --foreground: #3d2817;; + --primary-cta: #c8704c;; + --secondary-cta: #f9f5f0;; + --accent: #d9a884;; + --background-accent: #c4926f;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); @@ -578,7 +578,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-source-sans-3), sans-serif; + font-family: var(--font-poppins), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -591,5 +591,5 @@ h3, h4, h5, h6 { - font-family: var(--font-source-sans-3), sans-serif; + font-family: var(--font-poppins), sans-serif; } \ No newline at end of file