Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-04-07 04:20:27 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -216,4 +216,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #121212;
--foreground: #f5f5f5;
--primary-cta: #d4af37;
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta: #efe7dd;
--secondary-cta-text: #d4af37;
--accent: #d4af37;
--background-accent: #1a1a1a;
--accent: #94877c;
--background-accent: #afa094;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);