Typography

1) Change Font family over here : src/utils/theme/Typography.tsx
                        
import { Manrope } from "next/font/google";

const manrope = Manrope({ subsets: ["latin"] });