diff --git a/src/app/page.tsx b/src/app/page.tsx index e4829a8..ffb8968 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,14 +16,14 @@ import LoadingScreen from '@/components/layout/LoadingScreen'; export default function LandingPage() { return ( diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index bbcdff2..c5652c4 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: #001f3f; - --primary-cta: #0056D6; + --background: #FFFFFF; + --card: #F5F5F5; + --foreground: #1A2B42; + --primary-cta: #007bff; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #E0E7FF; --secondary-cta-text: #001f3f; - --accent: #ADD8E6; - --background-accent: #1A3B69; + --accent: #007bff; + --background-accent: #F0F8FF; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);