diff --git a/src/app/page.tsx b/src/app/page.tsx index e8a6663..739d47b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -328,4 +328,4 @@ 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 b9e5214..efe6053 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-nunito), sans-serif; + font-family: var(--font-inter), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-nunito), sans-serif; + font-family: var(--font-libre-baskerville), serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 766eabc..571f6aa 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #030128; - --card: #241f48; - --foreground: #ffffff; - --primary-cta: #7B68EE; - --primary-cta-text: #ffffff; - --secondary-cta: #131136; - --secondary-cta-text: #ffffff; - --accent: #8A2BE2; - --background-accent: #6A5ACD; + --background: #020617; + --card: #0f172a; + --foreground: #e2e8f0; + --primary-cta: #c4d8f9; + --primary-cta-text: #020617; + --secondary-cta: #041633; + --secondary-cta-text: #e2e8f0; + --accent: #2d30f3; + --background-accent: #1d4ed8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);