html {
  font-size: 13px;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  zoom: 0.92;
  margin-bottom: 60px;
}

.container, .container-fluid {
  zoom: 0.97;
}

.btn {
  padding: 0.35rem 0.75rem;
  font-size: 0.92rem;
}

.form-control, .form-select {
  padding: 0.45rem 0.75rem;
  font-size: 0.92rem;
}

.card {
  font-size: 0.97rem;
}

h1 { font-size: 1.9rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.15rem; }
h5 { font-size: 1.05rem; }

.table {
  font-size: 0.92rem;
}

.modal-dialog {
  zoom: 0.97;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}