/* Header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--primary-white);
    z-index: 100;
    height: 72px;
}

.logo {
    width: 279px;
    height: 36px;
}

.main-nav a {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    color: #252525;
    font-size: 16px;
    text-decoration: none;
}

.login-btn span {
    font-family: "Sora", sans-serif;
    font-weight: 400;
    color: #252525;
    font-size: 16px;
}

.navbar a.login-link, 
  .navbar a.signup-link {
    color: rgb(111, 104, 104) !important; /* Force black */
  }

  /* Or target all auth links */
  .navbar .auth-links a {
    color: rgb(111, 104, 104) !important;
  }