
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-Bold.ttf") format("truetype");
	font-weight: 700;
    font-style: normal;
}


@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-Medium.ttf") format("truetype");
	font-weight: 500;
    font-style: normal;
}


@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-Regular.ttf") format("truetype");
	font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'Inter';
	src: url("../fonts/Inter/Inter_18pt-SemiBold.ttf") format("truetype");
	font-weight: 600;
    font-style: normal;
}


html,
body,
p,.p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  color: #4B4B4B;
  line-height: 1.5;
}
p.text-center,
.text-center p {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

h1,
.h1 {
    font-family: "Inter";
  font-weight: 700;
  font-size: 50px;
  color: #000;
}
h2,
.h2 {
    font-family: "Inter";
  font-weight: 600;
  font-size: 35px;
  color: #3B3B3B;
}
h3,
.h3 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 30px;
  color: #3B3B3B;
  line-height: 1.3;
}
h4,
.h4 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 20px;
  color: #3B3B3B;
}
h5,
.h5 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  color: #4B4B4B;
}
h6,
.h6 {
  font-family: "Inter";
  font-weight: 600;
  font-size: 16px;
  color: #4B4B4B;
}

small,
.sm-text {
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  color: #4B4B4B;
}