Update src/app/globals.css

This commit is contained in:
2025-12-26 13:21:28 +00:00
parent cd6f5f216b
commit 76e3c5c0e2

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #0f0600e6;;
--primary-cta: #e8590c;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
--background: #1a1a1a;
--card: #2d2d2d;
--foreground: #ffffff;
--primary-cta: #ff0000;
--secondary-cta: #000000;
--accent: #ff3333;
--background-accent: #333333;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -495,7 +495,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-sora), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-sora), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
}