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,
.form-select:focus {
   box-shadow: 0 0 0 0.1rem #fff, 0 0 0 0.25rem #258cfb;
}

html {
   position: relative;
   min-height: 100%;
}

body {
   margin: 0;
}

.rounded-4 {
   border-radius: 0.4rem !important;
}

.rounded-5 {
   border-radius: 0.5rem !important;
}

.rounded-6 {
   border-radius: 0.6rem !important;
}

/* Utility: medium font weight (500) to avoid overusing semi-bold */
.fw-500 {
   font-weight: 500 !important;
}