html {
  font-size: 14px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.fw-bold {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 600;
}

.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%;
  overflow-y: auto;
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: white !important;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  min-height: 0;
  overflow: visible;
}

.footer {
  margin-top: auto;
  flex-shrink: 0;
  width: 100%;
  padding: 0 0 4px 10px;
  color: #6c757d;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  opacity: 0.95;
  text-align: left;
}

/* Custom primary button color */
.btn-primary {
  background-color: #0b7ac0 !important;
  border-color: #0b7ac0 !important;
}

.btn-primary:hover {
  background-color: #3a5f81 !important;
  border-color: #3a5f81 !important;
}

.btn-primary:active,
.btn-primary:focus {
  background-color: #3a5f81 !important;
  border-color: #3a5f81 !important;
  box-shadow: 0 0 0 0.25rem rgba(58, 95, 129, 0.5) !important;
}

.navbar-logo {
  width: 192px;
  height: 109px;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  display: block;
}

.logo-absolute {
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 1000;
}

body>header {
  position: relative;
  min-height: 100px;
}