Update src/app/globals.css

This commit is contained in:
2026-01-11 17:17:16 +00:00
parent b77c1c1bd6
commit fc47a54a1b

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #060000;; --background: #0a0a0a;;
--card: #1d0d0d;; --card: #1a1a1a;;
--foreground: #ffe6e6;; --foreground: #ffffffe6;;
--primary-cta: #ff3d4a;; --primary-cta: #e6e6e6;;
--secondary-cta: #1f0a0a;; --secondary-cta: #1a1a1a;;
--accent: #7b2d2d;; --accent: #d4af37;;
--background-accent: #b8111f;; --background-accent: #2d2d2d;;
/* 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);
@@ -501,7 +501,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-cormorant-garamond), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -514,5 +514,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-cormorant-garamond), sans-serif;
} }