
.guide-btn {
  font-family: "Domaine Text";
  text-transform: uppercase;
  background-color: rgb(0,0,0,0.85);
  font-size: 14px;
  color: white !important;
  border-radius: 0;
  border:none;
}

.guide-btn:focus {
  background-color:rgb(242,146,12) !important; 
  /* box-shadow: none !important; */
}

.guide-btn:hover {
  background-color:rgb(242,146,12) !important; 
  border:none;
}

.guide-title {
  font-size: 28px;
	font-family: "Founders Grotesk";
}

.guide-subtitle, .guide-body-text {
  font-size: 16px;
	font-family: "Founders Grotesk";
}

.guide-body-title {
  font-size: 22px;
	font-family: "Founders Grotesk";
}
