Update src/app/globals.css

This commit is contained in:
2026-01-24 17:17:35 +00:00
parent 7ed4909ead
commit b8ea73173c

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #fafffb;; /* --background: #f9f5f0;;
--card: #f7fffa;; --card: #efe5d8;;
--foreground: #001a0a;; --foreground: #3d2817;;
--primary-cta: #0a7039;; --primary-cta: #c8704c;;
--secondary-cta: #ffffff;; --secondary-cta: #f9f5f0;;
--accent: #a8d9be;; --accent: #d9a884;;
--background-accent: #6bbf8e;; */ --background-accent: #c4926f;; */
--background: #fafffb;; --background: #f9f5f0;;
--card: #f7fffa;; --card: #efe5d8;;
--foreground: #001a0a;; --foreground: #3d2817;;
--primary-cta: #0a7039;; --primary-cta: #c8704c;;
--secondary-cta: #ffffff;; --secondary-cta: #f9f5f0;;
--accent: #a8d9be;; --accent: #d9a884;;
--background-accent: #6bbf8e;; --background-accent: #c4926f;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -578,7 +578,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-source-sans-3), sans-serif; font-family: var(--font-poppins), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -591,5 +591,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-source-sans-3), sans-serif; font-family: var(--font-poppins), sans-serif;
} }