diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 300dcfa..989ce24 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index c28ac61..7c20b07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,4 +177,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 52897fb..e596044 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #250c0d;; - --primary-cta: #b82b40;; + /* --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #0052b3;; + --primary-cta: #0052b3;; --secondary-cta: #ffffff;; - --accent: #b90941;; - --background-accent: #e8a8b6;; */ + --accent: #ffffff;; + --background-accent: #e8f4ff;; */ - --background: #f7f6f7;; - --card: #ffffff;; - --foreground: #250c0d;; - --primary-cta: #b82b40;; + --background: #ffffff;; + --card: #f9f9f9;; + --foreground: #0052b3;; + --primary-cta: #0052b3;; --primary-cta-text: #f7f6f7;; --secondary-cta: #ffffff;; --secondary-cta-text: #250c0d;; - --accent: #b90941;; - --background-accent: #e8a8b6;; + --accent: #ffffff;; + --background-accent: #e8f4ff;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);