diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c29db2..26bfab7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -218,4 +218,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 1395d80..d4a2264 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbf8f5; - --card: #ffffff; - --foreground: #2b180a; - --primary-cta: #c6a355; + --background: #f0f4f0; + --card: #e8eee8; + --foreground: #1a2e1a; + --primary-cta: #7b9f7b; --primary-cta-text: #ffffff; - --secondary-cta: #2b180a; + --secondary-cta: #d0ded0; --secondary-cta-text: #fbf8f5; - --accent: #d4c5b9; - --background-accent: #e6dcd4; + --accent: #b8c9b8; + --background-accent: #c9d8c9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);