:root { --bs-primary: #ae8966;; --bs-primary-rgb: 50, 57, 62; --bs-secondary: #D2D9E0; --bs-secondary-rgb: 210, 217, 224; }
body { --bs-body-color: #ae8966;; --bs-body-color-rgb: 50, 57, 62; --bs-body-bg: #f9fffc; --bs-body-bg-rgb: 249, 255, 252; }
.navbar-nav { --bs-nav-link-color: #ae8966;; }
.btn { --bs-btn-border-radius: 0px; --bs-btn-border-width: 2px;}

.text-green {
  color: #90cf18;
}

.text-white {
  color: #ffffff;
}

.text-grey {
  color: #2c3236;
}

.icon-color {
  color: #89c540;
}

