diff --git a/src/app/globals.css b/src/app/globals.css index 15c68cf..cca4c50 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #f8fcff;; - --card: #ffffff;; - --foreground: #00101f;; - --primary-cta: #409fff;; - --secondary-cta: #ffffff;; - --accent: #c7e2fc;; - --background-accent: #9bcfff;; + --background: #f8fcff; + --card: #ffffff; + --foreground: #00101f; + --primary-cta: #409fff; + --secondary-cta: #ffffff; + --accent: #c7e2fc; + --background-accent: #9bcfff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); @@ -495,7 +495,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-inter), sans-serif; + font-family: var(--font-inter-tight), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -508,5 +508,5 @@ h3, h4, h5, h6 { - font-family: var(--font-inter), sans-serif; + font-family: var(--font-inter-tight), sans-serif; } \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index e390bcd..239d048 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,6 +29,13 @@ export default function LandingPage() {