7 Commits

Author SHA1 Message Date
1d7558dcee Update theme fonts 2026-04-12 21:47:01 +00:00
3f376fba8b Update theme fonts 2026-04-12 21:47:00 +00:00
d4657c6c88 Update theme fonts 2026-04-12 21:46:46 +00:00
448b8f3e91 Update theme fonts 2026-04-12 21:46:46 +00:00
b4a8bc7e26 Update theme colors 2026-04-12 21:46:08 +00:00
d877b22d72 Update theme colors 2026-04-12 21:44:15 +00:00
607db56906 Update theme colors 2026-04-12 21:41:19 +00:00
3 changed files with 22 additions and 12 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 { Mulish } from "next/font/google"; import { Mulish } from "next/font/google";
import { Open_Sans } from "next/font/google";
@@ -15,7 +16,16 @@ export const metadata: Metadata = {
description: 'Professional mobile interior detailing services. We bring our expertise to your door, keeping your car interior pristine, fresh, and clean.', description: 'Professional mobile interior detailing services. We bring our expertise to your door, keeping your car interior pristine, fresh, and clean.',
}; };
const mulish = Mulish({ variable: "--font-mulish", subsets: ["latin"] });
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export default function RootLayout({ export default function RootLayout({
children, children,
@@ -25,7 +35,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${mulish.variable} antialiased`}> <body className={`${mulish.variable} ${inter.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-mulish), sans-serif; font-family: var(--font-inter), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #000000;
--card: #1a1a1a; --card: #481f1f;
--foreground: #f5f5f5; --foreground: #ffffff;
--primary-cta: #ff0000; --primary-cta: #ffffff;
--primary-cta-text: #ffffff; --primary-cta-text: #280101;
--secondary-cta: #1a1a1a; --secondary-cta: #361311;
--secondary-cta-text: #ffffff; --secondary-cta-text: #f6d4d4;
--accent: #991b1b; --accent: #51000b;
--background-accent: #7f1d1d; --background-accent: #ff2231;
/* 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);