diff --git a/website/package-lock.json b/website/package-lock.json index 71e8ce9a..ab47d093 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -9,6 +9,9 @@ "version": "0.0.1", "dependencies": { "@astrojs/svelte": "^7.2.3", + "@fontsource/inter": "^5.2.8", + "@fontsource/open-sans": "^5.2.7", + "@fontsource/ramaraja": "^5.2.8", "@tailwindcss/vite": "^4.1.17", "astro": "^5.15.5", "svelte": "^5.45.8", @@ -593,6 +596,33 @@ "node": ">=18" } }, + "node_modules/@fontsource/inter": { + "version": "5.2.8", + "resolved": "https://registry.npmjs.org/@fontsource/inter/-/inter-5.2.8.tgz", + "integrity": "sha512-P6r5WnJoKiNVV+zvW2xM13gNdFhAEpQ9dQJHt3naLvfg+LkF2ldgSLiF4T41lf1SQCM9QmkqPTn4TH568IRagg==", + "license": "OFL-1.1", + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } + }, + "node_modules/@fontsource/open-sans": { + "version": "5.2.7", + "resolved": "https://registry.npmjs.org/@fontsource/open-sans/-/open-sans-5.2.7.tgz", + "integrity": "sha512-8yfgDYjE5O0vmTPdrcjV35y4yMnctsokmi9gN49Gcsr0sjzkMkR97AnKDe6OqZh2SFkYlR28fxOvi21bYEgMSw==", + "license": "OFL-1.1", + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } + }, + "node_modules/@fontsource/ramaraja": { + "version": "5.2.8", + "resolved": "https://registry.npmjs.org/@fontsource/ramaraja/-/ramaraja-5.2.8.tgz", + "integrity": "sha512-MIrLpCbfo+L750CnkLmvkV/UKbvOXLfliPCDDHgolliTbryL7UqRRSq32UdxfAXGisSRrzq82zVNTdwljA0Mxw==", + "license": "OFL-1.1", + "funding": { + "url": "https://github.com/sponsors/ayuhito" + } + }, "node_modules/@img/colour": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.0.0.tgz", diff --git a/website/package.json b/website/package.json index 4ce356f4..4b6310fd 100644 --- a/website/package.json +++ b/website/package.json @@ -10,6 +10,9 @@ }, "dependencies": { "@astrojs/svelte": "^7.2.3", + "@fontsource/inter": "^5.2.8", + "@fontsource/open-sans": "^5.2.7", + "@fontsource/ramaraja": "^5.2.8", "@tailwindcss/vite": "^4.1.17", "astro": "^5.15.5", "svelte": "^5.45.8", diff --git a/website/src/assets/backgrounds/chevron.svg b/website/src/assets/backgrounds/chevron.svg index 15ce0393..b11335f8 100644 --- a/website/src/assets/backgrounds/chevron.svg +++ b/website/src/assets/backgrounds/chevron.svg @@ -7,13 +7,38 @@ viewBox="0 0 43.898979 41.612965" version="1.1" id="svg1" + sodipodi:docname="chevron.svg" + inkscape:version="1.4.3 (0d15f75042, 2025-12-25)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg"> + + transform="translate(-56.885413,-141.55208)" + style="fill:#1a84d2;fill-opacity:1">
-
+
- Return to top -

Benefit Decision Toolkit

+
+ Return to top +

Benefit Decision Toolkit

With ❤️ from Philly

diff --git a/website/src/components/Header.astro b/website/src/components/Header.astro index 257aef3a..673ac5ec 100644 --- a/website/src/components/Header.astro +++ b/website/src/components/Header.astro @@ -4,7 +4,7 @@ import logo from "../assets/logos/bdt-logo-large-mono-dark.svg"; import NavMenu from "./NavMenu.svelte"; --- -
+
diff --git a/website/src/components/Hero.astro b/website/src/components/Hero.astro index a4920f2a..bb107008 100644 --- a/website/src/components/Hero.astro +++ b/website/src/components/Hero.astro @@ -8,16 +8,16 @@ import { Content } from "../assets/copy/Hero.md"; >
diff --git a/website/src/components/Overview.astro b/website/src/components/Overview.astro index 4858f44c..c0b9763f 100644 --- a/website/src/components/Overview.astro +++ b/website/src/components/Overview.astro @@ -2,7 +2,7 @@ import { Content } from "../assets/copy/Overview.md"; --- -
+
diff --git a/website/src/components/Process.astro b/website/src/components/Process.astro index efbbe719..8517b9f8 100644 --- a/website/src/components/Process.astro +++ b/website/src/components/Process.astro @@ -3,7 +3,7 @@ import { Content } from "../assets/copy/Process.md"; const steps = ["Create a Screener", "Add Logic", "Deploy Your Tool"]; --- -
+
diff --git a/website/src/components/Projects.astro b/website/src/components/Projects.astro index 316476e9..92be9b48 100644 --- a/website/src/components/Projects.astro +++ b/website/src/components/Projects.astro @@ -6,7 +6,7 @@ const projects = await getCollection("projects");

@@ -18,7 +18,7 @@ const projects = await getCollection("projects"); const { Content } = await render(project); return (
  • -
    +
  • diff --git a/website/src/layouts/Layout.astro b/website/src/layouts/Layout.astro index 4842a859..04fb8a25 100644 --- a/website/src/layouts/Layout.astro +++ b/website/src/layouts/Layout.astro @@ -2,6 +2,8 @@ import "../styles/global.css"; import Header from "../components/Header.astro"; import Footer from "../components/Footer.astro"; +import "@fontsource/inter"; +import "@fontsource/ramaraja"; --- @@ -13,7 +15,7 @@ import Footer from "../components/Footer.astro"; Benefit Decision Toolkit
    diff --git a/website/src/styles/global.css b/website/src/styles/global.css index 61aee364..f13ddf9b 100644 --- a/website/src/styles/global.css +++ b/website/src/styles/global.css @@ -2,6 +2,8 @@ @plugin "@tailwindcss/typography"; @theme { - --font-sans: "Open Sans"; - --font-serif: "Ramaraja"; + --font-sans: "Inter", sans; + --font-serif: "Ramaraja", serif; + --color-bdt-blue: #1a84d2; + --color-bdt-green: #cff7d3; }