@import url('https://fonts.googleapis.com/css2?family=Bellefair&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-family: 'Montserrat', sans-serif;
  color: #6D6E65;
  scroll-behavior: smooth;
}

h1, h2 {
  font-family: 'Bellefair', sans-serif;
  font-weight: 100;
}

.hero_banner {
  background-image: url('./img/heroBannerBackground.webp');
  background-size: cover;
  background-position-y: center;
  background-attachment: fixed;
}

.unordered-list {
  list-style: disc;
}

li::before {
  color: #9B7284;
}