<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** 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 &gt; * {
  --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 &gt; * {
  --bs-nav-tabs-border-width: 1.6px;
  --bs-nav-tabs-border-radius: 0.6rem;
}
body .nav,
body .nav &gt; * {
  --bs-nav-link-padding-x: 1.6rem;
  --bs-nav-link-padding-y: 0.8rem;
}
</pre></body></html>