const FontFamily = {
  font700: "GothamBold",
  font600: "GothamBold",
  font500: "GothamMedium",
  font400: "GothamLight",
  font400Nenu: "NeueMachinaLight",
  font500Nenu: "NeueMachinaRegular",
  font600Nenu: "NeueMachinaUltrabold",
};

export default FontFamily;
