/** Adjust Bootstrap variable to match the 1rem = 10px base size **/
:root {
  --bs-body-font-size: 1.6rem;
}
body .container,
body .container-fluid,
body .container-lg,
body .container-md,
body .container-sm,
body .container-xl,
body .container-xxl {
  --bs-gutter-x: 2.4rem;
}
body .row,
body .row > * {
  --bs-gutter-x: 2.4rem;
}
body .breadcrumb {
  --bs-breadcrumb-margin-bottom: 1.6rem;
  --bs-breadcrumb-item-padding-x: 0.8rem;
}
body .card {
  --bs-card-spacer-y: 1.6rem;
  --bs-card-spacer-x: 1.6rem;
}
body .list-group,
body .list-group-item {
  --bs-list-group-border-radius: 0.6rem;
  --bs-list-group-item-padding-x: 1.6rem;
  --bs-list-group-item-padding-y: 0.8rem;
}
body .nav-tabs,
body .nav-tabs > * {
  --bs-nav-tabs-border-width: 1.6px;
  --bs-nav-tabs-border-radius: 0.6rem;
}
body .nav,
body .nav > * {
  --bs-nav-link-padding-x: 1.6rem;
  --bs-nav-link-padding-y: 0.8rem;
}
