8 Commits

Author SHA1 Message Date
db9840e3de Update theme fonts 2026-05-16 20:51:53 +00:00
170c032e9d Update theme fonts 2026-05-16 20:51:53 +00:00
ecbb57147b Update theme fonts 2026-05-16 20:51:50 +00:00
7417b790ee Update theme fonts 2026-05-16 20:51:49 +00:00
7967f4e003 Update theme colors 2026-05-16 20:51:41 +00:00
c1508b8888 Update theme colors 2026-05-16 20:51:38 +00:00
373c374086 Update theme colors 2026-05-16 20:51:35 +00:00
a6f9d2a3f8 Update theme colors 2026-05-16 20:51:30 +00:00
2 changed files with 12 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { DM_Sans } from "next/font/google"; import { DM_Sans } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -18,6 +19,8 @@ export const metadata: Metadata = {
}, },
}; };
const dmSans = DM_Sans({ const dmSans = DM_Sans({
variable: "--font-dm-sans", variable: "--font-dm-sans",
subsets: ["latin"], subsets: ["latin"],

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #0a0a0a;
--card: #f9f9f9; --card: #1a1a1a;
--foreground: #120a00e6; --foreground: #f5f5f5;
--primary-cta: #E34400; --primary-cta: #ffdf7d;
--primary-cta-text: #ffffff; --primary-cta-text: #0a0a0a;
--secondary-cta: #f9f9f9; --secondary-cta: #1a1a1a;
--secondary-cta-text: #120a00e6; --secondary-cta-text: #ffffff;
--accent: #e2e2e2; --accent: #b8860b;
--background-accent: #E34400; --background-accent: #8b6914;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);