body, a.button {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.nav-title {
  font-weight: 700;
  font-size: 24px;
}

.button-text {
  font-size: 14px;
  font-weight: 700;
}

.image-caption {
  font-size: 14px;
  font-weight: 500;
}

.main-title {
  font-size: 40px;
  font-weight: 700;
}

.subheader-text {
  font-size: 20px;
  font-weight: 700;
}

.body-text {
  font-size: 16px;
  font-weight: 500;
}

.project-card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.project-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#portfolio-header-text-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
  padding: 2rem;
  font-family: 'Inter', sans-serif;
  color: #000000;
}

.main-title {
  font-size: 2rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1.5rem; /* 👈 Added spacing below the title */
  color: #000000; /* gold accent */
}

.body-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.2rem;
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1rem; /* 👈 Adds space above buttons */
}

.highlight-text {
  font-size: 1.4rem; /* 👈 larger for emphasis */
  font-weight: 600;
  line-height: 1.7;
  color: #534848; /* 👈 green accent highlight */
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-shadow: 0 0 10px rgba(73, 92, 111, 0.3); /* subtle glow */
}

/* ✨ Highlighter Pen Effect */
.pen-highlight {
  background: linear-gradient(120deg, #b2edff 0%, #d9f4fb 100%);
  padding: 0 0.3em;
  border-radius: 0.2em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #007bffd5;
  font-weight: 700;
}

.aboutme {
  font-family: 'Pacifico', cursive !important;
  font-size: 2.5rem; /* adjust to fit your style */
  color: #2a211c; /* optional: change the color */
  display: inline-block;
  margin-top: 0.5rem;
}

.myproject {
  font-family: 'Pacifico', cursive !important;
  font-size: 2.5rem; /* Emphasis */
  color: #2a211c;
  display: inline-block;
  text-shadow: 3px 3px 0 #716d69; /* Retro glow */
  margin-bottom: 0.5rem;
}