diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a33928..35873e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,9 +17,9 @@ export default function LandingPage() { return ( ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7501f6e..30a396a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #ffffff; - --foreground: #001122; - --primary-cta: #15479c; - --primary-cta-text: #f5faff; - --secondary-cta: #ffffff; - --secondary-cta-text: #001122; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --background: #FFFFFF; + --card: #F8F8F8; + --foreground: #000000; + --primary-cta: #B8860B; + --primary-cta-text: #ffffff; + --secondary-cta: #E0E0E0; + --secondary-cta-text: #000000; + --accent: #D4AF37; + --background-accent: #F0F0F0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);