/* =============================================================================
 * The Lupaxa Project Portal
 * Base Typography and Links
 * ============================================================================= */

.md-typeset a {
  color: var(--lupaxa-light-blue);
  text-decoration: none;
}

.md-typeset a:hover,
.md-typeset a:focus,
.md-typeset a:active {
  color: var(--lupaxa-blue);
  text-decoration: none;
}

.md-typeset .page-logo {
  display: block;
  width: min(100%, 256px);
  height: auto;
  margin: 0 auto var(--lupaxa-spacing-lg);
}

.md-typeset h1:not(.lupaxa-hero-title) {
  margin-top: var(--lupaxa-spacing-md);
  margin-bottom: var(--lupaxa-spacing-md);
  color: var(--md-default-fg-color);
  font-size: clamp(1.9rem, 3vw, 2.4rem);
  font-weight: 650;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.md-typeset h2 {
  margin-top: var(--lupaxa-spacing-lg);
  margin-bottom: var(--lupaxa-spacing-md);
  color: var(--md-default-fg-color);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.02em;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.md-typeset h2:first-of-type {
  margin-top: var(--lupaxa-spacing-md);
}

.md-typeset h3 {
  margin-top: var(--lupaxa-spacing-lg);
  margin-bottom: 0.6rem;
  color: var(--md-default-fg-color);
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
