.h1-pieper {
  font-family: 'Barlow';
  font-weight: 700;
  font-size: 2rem;
  color: #2c6139;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
}

.h2-pieper {
  font-family: 'Barlow';
  font-size: 1.8rem;
  font-weight: 600;
  color: #93926f;
  text-align: center;
}

.bu-pieper-bold {
  font-family: 'Barlow Condensed';
  line-height: 1.1rem;
}

.bu-pieper-light {
  font-family: 'Barlow Condensed';
  font-weight: 300;
  line-height: 1.1rem;
}

.copy-pieper {
  font-family: 'Barlow';
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.copy-pieper-white {
  font-family: 'Barlow';
  font-weight: 200;
  font-size: 1.1rem;
  color: white;
  line-height: 1.4rem;
}

.copy-pieper-bold {
  font-family: 'Barlow';
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.button-pieper {
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #93926f;
  --bs-btn-border-color: #93926f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c6139;
  --bs-btn-hover-border-color: #2c6139;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2c6139;
  --bs-btn-active-border-color: #2c6139;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2c6139;
  --bs-btn-disabled-border-color: #2c6139;
}

h3 {
  font-family: 'Barlow';
  font-weight: 600;
  font-size: 1.2rem;
}

