25 Commits

Author SHA1 Message Date
64aacb1d31 Update theme fonts 2026-04-11 23:02:58 +00:00
e441b83f6b Update theme fonts 2026-04-11 23:02:58 +00:00
1d391c98c1 Update theme fonts 2026-04-11 23:02:47 +00:00
c278610ec0 Update theme fonts 2026-04-11 23:02:47 +00:00
21fb2599e7 Update theme fonts 2026-04-11 23:02:30 +00:00
f69974b6d9 Update theme fonts 2026-04-11 23:02:30 +00:00
4f30f522e8 Update theme fonts 2026-04-11 23:02:22 +00:00
d6ba18cd44 Update theme fonts 2026-04-11 23:02:22 +00:00
49130932ed Update theme fonts 2026-04-11 23:02:14 +00:00
3fe6368257 Update theme fonts 2026-04-11 23:02:13 +00:00
2035cc7694 Update theme fonts 2026-04-11 23:01:49 +00:00
1e99efa99f Update theme fonts 2026-04-11 23:01:48 +00:00
fa0b1ac5a8 Update theme fonts 2026-04-11 23:01:45 +00:00
c38e5a9659 Update theme fonts 2026-04-11 23:01:45 +00:00
f021a4d566 Update theme fonts 2026-04-11 23:00:52 +00:00
286a39766b Update theme fonts 2026-04-11 23:00:51 +00:00
6ef3901107 Update theme fonts 2026-04-11 23:00:45 +00:00
82938f233d Update theme fonts 2026-04-11 23:00:45 +00:00
5bdf20a364 Update theme fonts 2026-04-11 23:00:33 +00:00
2bca88846f Update theme fonts 2026-04-11 23:00:32 +00:00
43883fafe1 Update theme fonts 2026-04-11 23:00:22 +00:00
20dc447783 Update theme fonts 2026-04-11 23:00:21 +00:00
c8868b1a16 Update theme colors 2026-04-11 22:58:40 +00:00
c15b63508c Update theme colors 2026-04-11 22:57:55 +00:00
73202bbe6d Update theme colors 2026-04-11 22:57:23 +00:00
3 changed files with 35 additions and 20 deletions

View File

@@ -6,20 +6,37 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Open_Sans } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Manrope } from "next/font/google";
import { Public_Sans } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
import { Inter_Tight } from "next/font/google";
import { Mulish } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
export const metadata: Metadata = { title: 'Elite Horizons | Bespoke Luxury Travel Experiences', description: 'Discover curated, world-class travel experiences tailored to your desires. From private villas to exclusive expeditions, redefine luxury with Elite Horizons.' };
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { title: 'Elite Horizons | Bespoke Luxury Travel Experiences', description: 'Discover curated, world-class travel experiences tailored to your desires. From private villas to exclusive expeditions, redefine luxury with Elite Horizons.' };
export default function RootLayout({
children,
}: Readonly<{
@@ -28,9 +45,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e639a5;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);