Update src/app/globals.css

This commit is contained in:
2025-12-19 22:16:31 +00:00
parent 588fd25505
commit e3d2c40a3e

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f7fafd;; --background: #ffffff;
--card: #eff6fc;; --card: #fcfcfc;
--foreground: #1a2433;; --foreground: #000000e6;
--primary-cta: #2563eb;; --primary-cta: #ec407a;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;
--accent: #fb923c;; --accent: #f48fb1;
--background-accent: #f97316;; --background-accent: #f06292;
/* 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);
@@ -495,7 +495,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-fraunces), sans-serif; font-family: var(--font-inter-tight), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-fraunces), sans-serif; font-family: var(--font-inter-tight), sans-serif;
} }