diff --git a/client/src/components/ui/logo.tsx b/client/src/components/ui/logo.tsx index 05b6ad3..8e90d22 100644 --- a/client/src/components/ui/logo.tsx +++ b/client/src/components/ui/logo.tsx @@ -3,9 +3,9 @@ import LogoImage from "../../assets/Pilates with Fadia.png"; export function Logo({ className = "", size = "regular" }: { className?: string, size?: "small" | "regular" | "large" }) { const sizeClasses = { - small: "h-8", - regular: "h-12", - large: "h-16", + small: "h-24", /* 3x from h-8 */ + regular: "h-36", /* 3x from h-12 */ + large: "h-48", /* 3x from h-16 */ }; return ( diff --git a/client/src/index.css b/client/src/index.css index 9e10f3e..007273b 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700&family=Cairo:wght@300;400;500;600&family=Hind+Guntur:wght@300;400;500;600&family=Aref+Ruqaa:wght@400;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Sansita:wght@400;700;800;900&family=Cairo:wght@300;400;500;600&family=Hind+Madurai:wght@300;400;500;600&family=Aref+Ruqaa:wght@400;700&display=swap'); @tailwind base; @tailwind components; @@ -56,11 +56,11 @@ body { @apply font-sans antialiased bg-background text-foreground; - font-family: 'Hind Guntur', sans-serif; + font-family: 'Hind Madurai', sans-serif; } h1, h2, h3, h4, h5, h6 { - font-family: 'Raleway', sans-serif; + font-family: 'Sansita', sans-serif; } .subtitle, .card-subtitle, .section-subtitle { @@ -162,11 +162,11 @@ } .font-playfair, .title { - font-family: 'Raleway', sans-serif; + font-family: 'Sansita', sans-serif; } .font-raleway { - font-family: 'Hind Guntur', sans-serif; + font-family: 'Hind Madurai', sans-serif; } .font-aref {