diff --git a/src/app/page.tsx b/src/app/page.tsx index 021e1d9..4d54674 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -311,4 +311,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7a12233..1313a53 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);