Update src/app/globals.css

This commit is contained in:
2025-12-26 00:47:08 +00:00
parent a8ca411c36
commit e68dea963c

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #f8f9fa;;
--card: #f0f2f5;;
--foreground: #1e293b;;
--primary-cta: #1e3a8a;;
--secondary-cta: #ffffff;;
--accent: #fbbf24;;
--background-accent: #d97706;;
--background: #080000;
--card: #1e0d0d;
--foreground: #ffe6e6;
--primary-cta: #ff7a7a;
--secondary-cta: #1e0909;
--accent: #7b4242;
--background-accent: #65292c;
/* 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-prata), sans-serif;
font-family: var(--font-inter and --font-merriweather), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-prata), sans-serif;
font-family: var(--font-inter and --font-merriweather), sans-serif;
}