/* @font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nunito";
  src: url("Nunito-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
} */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.font-light {
	font-weight: 300!important;
}

.font-regular {
	font-weight: 400!important;
}

.font-medium {
	font-weight: 500!important;
}

.font-semibold {
    font-weight: 600!important;
}

.font-bold {
	font-weight: 700!important;
}

.font-black {
	font-weight: 900!important;
}

.font-nunito {
	font-family: "Nunito", Arial, sans-serif;
}

.font-montserrat {
	font-family: "Montserrat", Arial, sans-serif;
}