:root {
  --primary-yellow: #F59E0B;
  --secondary-yellow: #D97706;
}

.navbar, .btn-primary, h1, h2, h3 {
  color: #F59E0B !important;
}

.btn-primary {
  background-color: #F59E0B !important;
}

.btn-primary:hover {
  background-color: #D97706 !important;
}

a { color: #F59E0B !important; }
a:hover { color: #D97706 !important; }
