3 Commits

Author SHA1 Message Date
c11e45eda2 Update theme fonts 2026-04-20 17:03:05 +00:00
e7e08f04a4 Update theme fonts 2026-04-20 17:03:04 +00:00
44620bcd17 Update theme colors 2026-04-20 17:02:42 +00:00
3 changed files with 18 additions and 11 deletions

View File

@@ -6,6 +6,7 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; 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 { Libre_Baskerville } from "next/font/google";
@@ -23,6 +24,12 @@ export const metadata: Metadata = {
}, },
}; };
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({ const inter = Inter({
variable: "--font-inter", variable: "--font-inter",
subsets: ["latin"], subsets: ["latin"],
@@ -36,7 +43,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${inter.variable} antialiased`}> <body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-inter), sans-serif; font-family: var(--font-libre-baskerville), serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #fafffb;
--card: #1a1a1a; --card: #f7fffa;
--foreground: #fff5f5e6; --foreground: #001a0a;
--primary-cta: #ff7a7a; --primary-cta: #0a7039;
--primary-cta-text: #0a0a0a; --primary-cta-text: #fafffb;
--secondary-cta: #1a1a1a; --secondary-cta: #ffffff;
--secondary-cta-text: #fff5f5e6; --secondary-cta-text: #001a0a;
--accent: #737373; --accent: #a8d9be;
--background-accent: #737373; --background-accent: #6bbf8e;
/* 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);