.FairSansText-Semi-BoldItalic { 
	font-family: FairSansText-Semi-BoldItalic;
	font-weight: normal;
	font-style: normal;
}
.FairSansText-Medium { 
	font-family: FairSansText-Medium;
	font-weight: normal;
	font-style: normal;
}
.FairSansText-Semi-Bold { 
	font-family: FairSansText-Semi-Bold;
	font-weight: normal;
	font-style: normal;
}
.FairSansText-MediumItalic { 
	font-family: FairSansText-MediumItalic;
	font-weight: normal;
	font-style: normal;
}
.FairSansText-Bold { 
	font-family: FairSansText-Bold;
	font-weight: normal;
	font-style: normal;
}
.FairSansText-BoldItalic { 
	font-family: FairSansText-BoldItalic;
	font-weight: normal;
	font-style: normal;
}
.FairSansText-Light { 
	font-family: FairSansText-Light;
	font-weight: normal;
	font-style: normal;
}
.FairSansText-LightItalic { 
	font-family: FairSansText-LightItalic;
	font-weight: normal;
	font-style: normal;
}
.Emeritus-Semibold { 
	font-family: Emeritus-Semibold;
	font-weight: normal;
	font-style: normal;
}
.Emeritus-Regular { 
	font-family: Emeritus-Regular;
	font-weight: normal;
	font-style: normal;
}
.EmeritusNarrow-Regular { 
	font-family: EmeritusNarrow-Regular;
	font-weight: normal;
	font-style: normal;
}
.EmeritusNarrow-Semibold { 
	font-family: EmeritusNarrow-Semibold;
	font-weight: normal;
	font-style: normal;
}
h1 { 
	font-family: Emeritus-Regular; 
	font-weight: normal; 
	font-style: normal; 
}
h2 { 
	font-family: FairSansText-Medium; 
	font-weight: normal; 
	font-style: normal;
	color: #D28F13;
}
h3, h4, h5 { 
	font-family: EmeritusNarrow-Regular; 
	font-weight: normal; 
	font-style: normal;
	color: #D28F13;
}
h4, h5 { 
	font-family: FairSansText-Semi-Bold;
	font-weight: normal;
	font-style: normal;
	color: #333F48;
}
p { font-family: FairSansText-Medium; 
font-size: 14.5px;}
body { font-family: FairSansText-Medium; }
button {
  background-color: #333F48;
  border: 2px solid #D28F13;
  color: white;
  padding: 15px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  transition-duration: 0.4s;
}
button:hover {
  background-color: #D28F13;
  color: #333F48;
}