@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

body {
    smooth-scroll-behavior: smooth;
}

.bg-primary {
    background-color: #947848 !important;
}

h2 {
    color: #01395a;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
     font-family: "Cinzel", serif;
}

h5  {
    color: #947848;
  font-size: 14px;
  margin-bottom: 0.5rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 20px;
}

a:hover h5  {
    color: #01395a;
}