diff --git a/src/shared/config/fonts.ts b/src/shared/config/fonts.ts
index d44e404..fd8558e 100644
--- a/src/shared/config/fonts.ts
+++ b/src/shared/config/fonts.ts
@@ -1,6 +1,6 @@
-import { Poppins } from 'next/font/google';
+import { Montserrat } from 'next/font/google';
-const poppins = Poppins({
+const poppins = Montserrat({
weight: ['400', '500', '600', '700', '800'],
variable: '--font-poppins',
subsets: ['latin'],
diff --git a/src/widgets/navbar/ui/NavbarMobile.tsx b/src/widgets/navbar/ui/NavbarMobile.tsx
index 3ad83f4..ba4f506 100644
--- a/src/widgets/navbar/ui/NavbarMobile.tsx
+++ b/src/widgets/navbar/ui/NavbarMobile.tsx
@@ -47,19 +47,19 @@ const NavbarMobile = () => {
variant="ghost"
className={cn(
'h-full w-full flex flex-col items-center justify-center gap-1 rounded-xl',
- isActive && 'text-blue-500',
+ isActive && 'text-green-500',
)}
>
{item.label}
diff --git a/src/widgets/navbar/ui/index.tsx b/src/widgets/navbar/ui/index.tsx
index 3713ef7..9f2fc4f 100644
--- a/src/widgets/navbar/ui/index.tsx
+++ b/src/widgets/navbar/ui/index.tsx
@@ -166,6 +166,7 @@ const Navbar = () => {
height={20}
className="w-10 h-fit"
/>
+ GASTRO