diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5cfb817..aae1b98 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index a77f1bc..fcdb781 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -242,4 +242,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 5f144b6..d9493cd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; - --card: #f7fffa; - --foreground: #001a0a; - --primary-cta: #0a7039; + --background: #fffef8; + --card: #faf8f3; + --foreground: #2d2416; + --primary-cta: #d4742f; --primary-cta-text: #fafffb; --secondary-cta: #ffffff; --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbf8e; + --accent: #e8b896; + --background-accent: #f5dcc8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);