html {
  font-size: 14px;  
  font-family: "Varela Round", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  background-color: #ffffff;
  line-height: 1.8;
}

/* Main layout */
.main-body {
  background-color: white;
  color: black;
}

.nav-link {
  transition: all 0.3s ease;
}

.nav-link:hover {
  color: #0d6efd !important;        /* Change text color */
  background-color: rgba(13, 110, 253, 0.2);        /* Optional: background change */
  border-radius: 5px;               /* Optional: rounded corners */
  text-decoration: none;            /* Optional: remove underline */
}

label {
  font-weight: 600 !important; /* Semi-bold */
  }

.input-group-text {
  display: inline-block;
  width: 80px;
}

.section {
  margin-bottom: 3rem;
}

h1, h2 {
  font-weight: 600;
}

.highlight {
  background: rgb(100, 149, 237, 0.2);
  padding: 0.2em 0.4em;
  border-left: 4px solid #0d6efd;
}

.dot-divider {
  text-align: center;
  margin: 2rem 0;
  color: #999;
}

.section-title {
  font-weight: bold;
  margin-top: 2rem;
}
