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

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

.text-white {
  color: #ffffff;
}