7 Commits

Author SHA1 Message Date
dce8a849e3 Update src/app/page.tsx 2025-12-26 00:48:58 +00:00
7014e76d21 Update src/app/layout.tsx 2025-12-26 00:48:57 +00:00
293d8576fd Update src/app/globals.css 2025-12-26 00:48:56 +00:00
8accd349c2 Merge version_2 into main
Merge version_2 into main
2025-12-26 00:47:14 +00:00
aedd87ccc7 Update src/app/page.tsx 2025-12-26 00:47:09 +00:00
3ea66c4393 Update src/app/layout.tsx 2025-12-26 00:47:09 +00:00
e68dea963c Update src/app/globals.css 2025-12-26 00:47:08 +00:00

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: #f8f9fa;
--card: #f0f2f5;
--foreground: #1e293b;
--primary-cta: #1e3a8a;
--secondary-cta: #ffffff;
--accent: #fbbf24;
--background-accent: #d97706;
/* 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-tight), 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-tight), sans-serif;
}