Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-08 09:13:00 +00:00
2 changed files with 8 additions and 8 deletions

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fffafa;
--card: #fff7f7;
--foreground: #1a0000;
--primary-cta: #e63946;
--background: #8B6F47;
--card: #A0826D;
--foreground: #F5E6D3;
--primary-cta: #654321;
--primary-cta-text: #fffafa;
--secondary-cta: #ffffff;
--secondary-cta: #D4C5B9;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
--accent: #C19A6B;
--background-accent: #8B7355;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);