html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.2rem rgba(39, 98, 190, 0.35);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background: linear-gradient(180deg, #f4f7fb 0%, #eef2f7 100%);
}

.card {
  border: 0;
  border-radius: 14px;
}

.navbar-brand {
  font-weight: 700;
}

.mono {
  font-family: Consolas, "Courier New", monospace;
  font-size: 0.85rem;
}
