html {
  scroll-behavior: smooth;
}

.text-gold {
  color: #ba934c;
}

.border-gold {
  border-color: #ba934c;
}

.bg-gold {
  background-color: #ba934c;
}

.bg-gold-medium {
  background-color: #705a30;
}

.bg-black-medium {
    background-color: #212529;
}

.text-black-medium {
    color: #212529;
}
