6 Commits

Author SHA1 Message Date
569bdb3555 Update src/app/globals.css 2025-12-25 14:36:53 +00:00
4b0b33eef2 Update src/app/globals.css 2025-12-25 14:34:29 +00:00
181373a2d8 Update src/app/page.tsx 2025-12-25 14:32:37 +00:00
5f97c24a39 Update src/app/layout.tsx 2025-12-25 14:32:36 +00:00
cb89a56927 Update src/app/globals.css 2025-12-25 14:24:39 +00:00
0291fc4763 Update src/app/globals.css 2025-12-25 14:21:08 +00:00
3 changed files with 23 additions and 23 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f7fafd;; --background: #0a0a0a;
--card: #eff6fc;; --card: #1a1a1a;
--foreground: #1a2433;; --foreground: #fffef5e6;
--primary-cta: #2563eb;; --primary-cta: #facc15;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;
--accent: #f8c093;; --accent: #737373;
--background-accent: #f5b78b;; --background-accent: #737373;
/* 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);
@@ -495,7 +495,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-merriweather), sans-serif; font-family: var(--font-inter-tight), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-merriweather), sans-serif; font-family: var(--font-inter-tight), sans-serif;
} }