14 Commits

Author SHA1 Message Date
349c115e89 Update theme fonts 2026-04-22 12:13:45 +00:00
809ccc9193 Update theme fonts 2026-04-22 12:13:44 +00:00
ea860cdf50 Update theme colors 2026-04-22 12:08:47 +00:00
91513e41f7 Update theme fonts 2026-04-22 12:08:15 +00:00
ea0e6eee6d Update theme fonts 2026-04-22 12:08:14 +00:00
6b65cecff2 Update theme fonts 2026-04-22 12:08:07 +00:00
384392ed69 Update theme fonts 2026-04-22 12:08:06 +00:00
b2890c65d9 Update theme fonts 2026-04-22 12:08:00 +00:00
74a95ef98b Update theme fonts 2026-04-22 12:08:00 +00:00
5a7feea8bd Update theme fonts 2026-04-22 12:07:54 +00:00
ea91e1bed2 Update theme fonts 2026-04-22 12:07:54 +00:00
2b253ea67f Update theme colors 2026-04-22 12:07:12 +00:00
768d4b4571 Update theme colors 2026-04-22 12:07:06 +00:00
78f3008605 Update theme colors 2026-04-22 12:07:00 +00:00
2 changed files with 18 additions and 9 deletions

View File

@@ -8,6 +8,10 @@ import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google";
import { Poppins } from "next/font/google";
import { Mulish } from "next/font/google";
import { Inter_Tight } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Public_Sans } from "next/font/google";
@@ -22,6 +26,11 @@ export const metadata: Metadata = {
};
const poppins = Poppins({
variable: "--font-poppins",
subsets: ["latin"],

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
--background: #011012;
--card: #152840;
--foreground: #e6f0ff;
--primary-cta: #cee7ff;
--primary-cta-text: #010912;
--secondary-cta: #0e1a29;
--secondary-cta-text: #ffffff;
--accent: #3f5c79;
--background-accent: #004a93;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);