5 Commits

Author SHA1 Message Date
fc40a57dc3 Update theme colors 2026-04-09 14:15:27 +00:00
9b7ff0e469 Update theme fonts 2026-04-09 14:13:06 +00:00
9fcae2985d Update theme fonts 2026-04-09 14:13:06 +00:00
339bd2dc88 Update theme fonts 2026-04-09 14:12:41 +00:00
03ca0779e2 Update theme fonts 2026-04-09 14:12:40 +00:00
3 changed files with 18 additions and 19 deletions

View File

@@ -8,6 +8,8 @@ import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Source_Sans_3 } from "next/font/google"; import { Source_Sans_3 } from "next/font/google";
import { Libre_Baskerville } from "next/font/google"; import { Libre_Baskerville } from "next/font/google";
import { Figtree } from "next/font/google";
import { Raleway } from "next/font/google";
@@ -22,13 +24,10 @@ export const metadata: Metadata = {
}; };
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"], const raleway = Raleway({
weight: ["400", "700"], variable: "--font-raleway",
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"], subsets: ["latin"],
}); });
@@ -40,7 +39,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}> <body className={`${raleway.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter), sans-serif; font-family: var(--font-raleway), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-libre-baskerville), serif; font-family: var(--font-raleway), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #fbfaff; --background: #fffefe;
--card: #f7f5ff; --card: #f6f7f4;
--foreground: #0f0022; --foreground: #080908;
--primary-cta: #8b5cf6; --primary-cta: #0e3a29;
--primary-cta-text: #fbfaff; --primary-cta-text: #fffefe;
--secondary-cta: #ffffff; --secondary-cta: #e7eecd;
--secondary-cta-text: #0f0022; --secondary-cta-text: #080908;
--accent: #d8cef5; --accent: #35c18b;
--background-accent: #c4a8f9; --background-accent: #ecebe4;
/* 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);