diff --git a/src/app/page.tsx b/src/app/page.tsx
index 096c010..6b1cc2a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -148,11 +148,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/base.css b/src/app/styles/base.css
index 62c2d18..0435273 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-archivo), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
- font-family: var(--font-montserrat), sans-serif;
+ font-family: var(--font-archivo), sans-serif;
}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 1a5bb9f..b483a57 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f5f4f0;
- --card: #ffffff;
- --foreground: #1a1a1a;
- --primary-cta: #2c2c2c;
- --primary-cta-text: #f5f4f0;
- --secondary-cta: #f5f4f0;
- --secondary-cta-text: #1a1a1a;
- --accent: #8a8a8a;
- --background-accent: #e8e6e1;
+ --background: #000000;
+ --card: #0c0c0c;
+ --foreground: #ffffff;
+ --primary-cta: #cee7ff;
+ --primary-cta-text: #000000;
+ --secondary-cta: #000000;
+ --secondary-cta-text: #ffffff;
+ --accent: #535353;
+ --background-accent: #CEE7FF;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);