html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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%;
}

body {
  margin-bottom: 60px;
  font-size: 0.82rem;
}

.navbar,
.dropdown-menu,
.btn,
.form-control,
.form-select,
.input-group-text {
  font-size: 0.82rem;
}

.table {
  font-size: 0.78rem;
}

.table th,
.table td {
  vertical-align: middle;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.card {
  font-size: 0.82rem;
}

.card .card-title,
.card h5 {
  font-size: 0.9rem;
}

.display-6,
h1 {
  font-size: 1.35rem;
}

h2 {
  font-size: 1.15rem;
}

h3 {
  font-size: 1rem;
}

.small,
small,
.text-muted {
  font-size: 0.74rem;
}

.badge {
  font-size: 0.72rem;
}
