.container-fluid {
  max-width: 1280px;
}

.btn {
  --bs-btn-bg: #ad974f;
  --bs-btn-color: #fff;
  --bs-btn-font-size: 14px;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 24px;
  --bs-border-radius: 8px;
  --bs-btn-padding-x: 16px;
  --bs-btn-padding-y: 4px;
  --bs-btn-hover-bg: #ffd430;
  --bs-btn-active-bg: #ffd430;
  --bs-btn-hover-color: #fff;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
