From d5c50010b8f9eb4fbdbcd22f4633148870c7d64b Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:04:53 +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 5a61ea5..09447a1 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; - --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; */ + /* --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #2b180a;; + --secondary-cta: #efe7dd;; + --accent: #94877c;; + --background-accent: #afa094;; */ - --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; - --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; + --background: #f6f0e9;; + --card: #efe7dd;; + --foreground: #2b180a;; + --primary-cta: #2b180a;; + --secondary-cta: #efe7dd;; + --accent: #94877c;; + --background-accent: #afa094;; /* 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-epilogue), sans-serif; + font-family: var(--font-cormorant-garamond), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -591,5 +591,5 @@ h3, h4, h5, h6 { - font-family: var(--font-epilogue), sans-serif; + font-family: var(--font-cormorant-garamond), sans-serif; } \ No newline at end of file