diff --git a/src/app/page.tsx b/src/app/page.tsx index a9f566e..d12abd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -172,4 +172,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 c75d614..b174cb3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbf9f4; - --card: #fdfdfd; - --foreground: #1a1a1a; - --primary-cta: #c8102e; + --background: #f7f6f7; + --card: #ffffff; + --foreground: #1b0c25; + --primary-cta: #1b0c25; --primary-cta-text: #f7f6f7; - --secondary-cta: #1a1a1a; + --secondary-cta: #ffffff; --secondary-cta-text: #250c0d; - --accent: #f39c12; - --background-accent: #fdf5e6; + --accent: #ff93e4; + --background-accent: #e8a8c3; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);