4 Commits

Author SHA1 Message Date
dbd7c04a85 Update src/app/page.tsx 2026-04-15 13:15:45 +00:00
d74a1b610b Update src/app/styles/variables.css 2026-04-15 13:15:08 +00:00
c29ab910e6 Update src/app/page.tsx 2026-04-15 13:15:07 +00:00
7a2c6a4e4e Merge version_2 into main
Merge version_2 into main
2026-04-15 13:10:17 +00:00

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #d4af37;
--background: #2c2621;
--card: #3e362e;
--foreground: #f5f2e9;
--primary-cta: #992f2f;
--primary-cta-text: #000000;
--secondary-cta: #ffffff;
--secondary-cta: #5e4b3e;
--secondary-cta-text: #0a0a0a;
--accent: #b8860b;
--background-accent: #2a1a0a;
--accent: #d4af37;
--background-accent: #211a15;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);