@font-face {
  font-family: Denton;
  src: url("../fonts/Denton\ Test\ Regular\ 400.otf");
}

@font-face {
  font-family: Denton;
  src: url("../fonts/Denton\ Test\ Black\ 900.otf");
  font-weight: bold;
}
p, h1,h2, body{
	padding: 0;
	margin: 0;
	font-family: Inter;
}
.main-container{
	padding: 40px;
	background: #ebe0cc;
}
.ph-tag{
	font-size: 14px;
	padding-bottom: 4px;
}
.pp-tag{
	font-size: 14px;
}
.ph-section{
	margin-bottom: 16px;
	color: #414141;
}
.header{
	text-align: center;
}
.header-logo{
	max-height: 60px;
}
.ph1{
	font-size: 32px;
	padding: 60px 0;
	color: #2f4f4f;
	font-family: Denton;
}