@@ -131,18 +131,18 @@ export default function LandingPage() {
@@ -188,8 +188,8 @@ export default function LandingPage() {
@@ -255,8 +255,8 @@ export default function LandingPage() {
],
},
]}
- bottomLeftText="© 2025 Parachute Consulting. All rights reserved."
- bottomRightText="Consulting for Fashion & Beauty Retail"
+ bottomLeftText="© 2025 Parachute Consulting"
+ bottomRightText="Fashion & Beauty Consulting"
/>
diff --git a/src/app/styles/base.css b/src/app/styles/base.css
index c719d19..c480bac 100644
--- a/src/app/styles/base.css
+++ b/src/app/styles/base.css
@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
- font-family: var(--font-inter), sans-serif;
+ font-family: var(--font-dm-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 318ee18..ae7c555 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #0a0a0a;
- --card: #1a1a1a;
- --foreground: #ffffffe6;
- --primary-cta: #e6e6e6;
+ --background: #000000;
+ --card: #0c0c0c;
+ --foreground: #ffffff;
+ --primary-cta: #ffffff;
--primary-cta-text: #efebe5;
- --secondary-cta: #1a1a1a;
+ --secondary-cta: #000000;
--secondary-cta-text: #000000;
- --accent: #737373;
- --background-accent: #737373;
+ --accent: #535353;
+ --background-accent: #ffffff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);