:root {
  --bs-border-radius: 0rem;
}

.btn {
	--bs-btn-border-radius: 0rem;
}

.h1, h2, h3, h4, h5, h6 {
  font-family: "Antic Slab", serif;
}

p {
  font-family: 'PT Sans';
}

.btn-success {
  --bs-btn-bg: #76b858;
  --bs-btn-border-color: #76b858;
}

.text-success {
  --bs-text-opacity: 1;
  color: #76b858 !important;
}

.text-danger,
.text-danger a {
  --bs-text-opacity: 1;
  color: #e53e25 !important;
}

.btn {
  --bs-btn-font-family: "PT Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

