diff --git a/src/app/page.tsx b/src/app/page.tsx index 36dd7ab..c86c06c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,6 +120,8 @@ 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 741ed2e..6ca3fbe 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-open-sans), sans-serif; + font-family: var(--font-body); position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-open-sans), sans-serif; + font-family: var(--font-headings); }