7 Commits

Author SHA1 Message Date
7f534835d6 Merge version_3 into main
Merge version_3 into main
2026-05-17 21:11:09 +00:00
cda148643c Update theme fonts 2026-05-17 21:11:03 +00:00
8f5a40e063 Update theme fonts 2026-05-17 21:11:03 +00:00
3cea140a94 Merge version_3 into main
Merge version_3 into main
2026-05-17 21:06:15 +00:00
09be84587f Update theme colors 2026-05-17 21:06:09 +00:00
d007257541 Merge version_2 into main
Merge version_2 into main
2026-05-17 21:05:56 +00:00
52a4554bc5 Update theme colors 2026-05-17 21:05:53 +00:00
3 changed files with 12 additions and 17 deletions

View File

@@ -6,20 +6,17 @@ 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 { Archivo } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { title: 'Webild | Creative Digital Agency & Web Design Studio', description: 'Elevate your brand with Webild. We craft high-performance websites, immersive digital experiences, and strategic design solutions for forward-thinking businesses.' }; export const metadata: Metadata = { title: 'Webild | Creative Digital Agency & Web Design Studio', description: 'Elevate your brand with Webild. We craft high-performance websites, immersive digital experiences, and strategic design solutions for forward-thinking businesses.' };
const archivo = Archivo({
variable: "--font-archivo",
subsets: ["latin"],
});
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -28,9 +25,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body className={`${archivo.variable} antialiased`}>
className={`${halant.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-inter-tight), sans-serif; font-family: var(--font-archivo), 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-inter-tight), sans-serif; font-family: var(--font-archivo), sans-serif;
} }

View File

@@ -13,12 +13,12 @@
--background: #f7f6f7; --background: #f7f6f7;
--card: #ffffff; --card: #ffffff;
--foreground: #0c1325; --foreground: #0c1325;
--primary-cta: #0b07ff; --primary-cta: #0798ff;
--primary-cta-text: #f7f6f7; --primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #0c1325; --secondary-cta-text: #0c1325;
--accent: #93b7ff; --accent: #93c7ff;
--background-accent: #a8bae8; --background-accent: #a8cde8;
/* 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);