@font-face {
  font-family: "tanmoncheri";
  src:
    url("../assets/fonts/tanmoncheri.woff2") format("woff2"),
    url("../assets/fonts/tanmoncheri.woff") format("woff");
  font-weight: bold;
  font-style: bold;
  font-display: swap;
}
.header{
	border-top: 25px solid #062036;
}
.header .logo{
	padding: 40px 0;
	width: 35%;
	display: block;
	margin: 0 auto;
}
.main{
	padding: 80px 0;
}
.hero-inset-image{
	width: 100%;
}
.brand-name{
	font-family: "tanmoncheri", sans-serif;
	font-weight: bold;
	font-size: 0.85em !important;
	color: #062036;
}


