Update src/app/globals.css

This commit is contained in:
2026-01-17 18:03:00 +00:00
parent c45c6fe70b
commit 1933221504

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f6f0e9;; /* --background: #0a0a0a;;
--card: #efe7dd;; --card: #1a1a1a;;
--foreground: #2b180a;; --foreground: #f0f8ffe6;;
--primary-cta: #2b180a;; --primary-cta: #cee7ff;;
--secondary-cta: #efe7dd;; --secondary-cta: #1a1a1a;;
--accent: #94877c;; --accent: #00d9ff;;
--background-accent: #e8d3c0;; */ --background-accent: #004a93;; */
--background: #f6f0e9;; --background: #0a0a0a;;
--card: #efe7dd;; --card: #1a1a1a;;
--foreground: #2b180a;; --foreground: #f0f8ffe6;;
--primary-cta: #2b180a;; --primary-cta: #cee7ff;;
--secondary-cta: #efe7dd;; --secondary-cta: #1a1a1a;;
--accent: #94877c;; --accent: #00d9ff;;
--background-accent: #e8d3c0;; --background-accent: #004a93;;
/* 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);
@@ -509,7 +509,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-manrope), sans-serif; font-family: var(--font-space-grotesk), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -522,5 +522,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-manrope), sans-serif; font-family: var(--font-space-grotesk), sans-serif;
} }