10 Commits

Author SHA1 Message Date
3bffe40bd0 Update theme fonts 2026-06-10 19:57:19 +00:00
f2d38cd99a Update theme fonts 2026-06-10 19:57:18 +00:00
870bd48380 Update theme fonts 2026-06-10 19:57:05 +00:00
4001c53f28 Update theme fonts 2026-06-10 19:57:04 +00:00
1e084924cb Update theme fonts 2026-06-10 19:56:16 +00:00
5eec5258bf Update theme fonts 2026-06-10 19:56:16 +00:00
1237c19c29 Update theme fonts 2026-06-10 19:56:08 +00:00
923c4112fe Update theme fonts 2026-06-10 19:56:08 +00:00
a419659a13 Update theme colors 2026-06-10 19:45:55 +00:00
2be3be695c Update theme colors 2026-06-10 19:45:05 +00:00
2 changed files with 23 additions and 21 deletions

View File

@@ -6,23 +6,27 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
import { Raleway } from "next/font/google";
import { Open_Sans } from "next/font/google";
import { Inter_Tight } 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: 'L\'Agence Chrétienne | Conseil Stratégique & Pilotage de Croissance',
description: 'Nous analysons, structurons et pilotons la croissance des marques. Partenaire stratégique pour entrepreneurs et entreprises.',
};
const interTight = Inter_Tight({
variable: "--font-inter-tight",
subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export default function RootLayout({
children,
}: Readonly<{
@@ -31,9 +35,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<body className={`${interTight.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f9f4;
--card: #ffffff;
--foreground: #1a2e1a;
--primary-cta: #2d5a27;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #2d5a27;
--accent: #4a8c3f;
--background-accent: #6fb85e;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #d7ae45;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);