Update src/app/globals.css

This commit is contained in:
2025-12-26 11:46:58 +00:00
parent e41b9a4be5
commit e3bb0a5071

View File

@@ -6,8 +6,8 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffef5e6;
--primary-cta: #facc15;
--foreground: #f5f0fce6;
--primary-cta: #b366ff;
--secondary-cta: #1a1a1a;
--accent: #737373;
--background-accent: #737373;
@@ -495,7 +495,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-poppins), 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-poppins), sans-serif;
font-family: var(--font-inter-tight), sans-serif;
}