* {
  box-sizing: border-box;
  font-family: "Geist Mono", monospace;
  font-optical-sizing: auto;
}

html {
  scroll-behavior: smooth;
}

/* navbar-mobile */
.nav-pill {
  display: block;
  padding: 0.75rem 0;
  font-weight: 600;
  color: #d96f32;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
}
.nav-pill:hover {
  border-bottom-color: #c75d2c; /* accent hover */
}
.nav-pill-2 {
  color: #4e4d4d;
}
#github {
  position: relative;
  margin-top: 0; /* No overlap */
  z-index: 10;
  display: flex;
  justify-content: center;
}

#github img {
  max-width: 100%;
  height: auto;
  filter: none; /* Remove any color filtering */
}

/* about */
.neumorphism {
  box-shadow: 15px 15px 30px #e5d4c5, -8px -8px 20px #fff4e7,
    0 0 0 2px #d96f3210; /* Accent color shadow, slight transparency */
  background-color: #faf9f7;
  border-radius: 1rem;
}
