diff --git a/src/app/page.tsx b/src/app/page.tsx index e2873e2..3e2b8e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ 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 07fc961..17df0d2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #1a1a1a; - --primary-cta: #1c1c1c; + --background: #fff0d3; + --card: #fdf7e8; + --foreground: #2e3a23; + --primary-cta: #2e3a23; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #fff0d3; --secondary-cta-text: #1a1a1a; - --accent: #15479c; - --background-accent: #e2e2e2; + --accent: #2e3a23; + --background-accent: #f3e1bf; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);