/* Target the header title */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Outfit:wght@100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
.md-header__topic .md-ellipsis {
  font-weight: 500 !important; /* or whatever weight you want */
}

.md-nav__title {
  font-weight: 500 !important;
}

.md-copyright {
  display: none; /* hides the original */
}

.md-footer-meta__inner::after {
  content: "© 2025 Rolando J. Gómez. All rights reserved.";
  display: block;
  text-align: center;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  color: #555;
  padding: 1rem 0;
}

h1 sup {
  font-size: 0.5em;
  vertical-align: super;
  font-weight: 900;
}

.md-typeset h1 {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 900 !important;
  text-align: center;
  color: var(--md-default-fg-color);
  opacity: 0.9; 
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  font-size: clamp(1rem, 4vw, 1.5rem);
  line-height: 1.2;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: -0.5rem;
  
}

.instrumentation {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 300 !important;
  font-style: italic;
  text-align: center;
  display: block;
  margin-top: 0.3rem;
  color: var(--md-default-fg-color);
  opacity: 0.7;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.headerlink {
  font-size: 0;
}

.headerlink::after {
  content: '';
}


.headerlink {
  display: none;
}



.md-tag {
  font-weight: 300 !important;
  font-family: 'Source Code Pro', monospace !important;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

p {
  font-family: 'IBM Plex Serif', serif !important;
  font-weight: 400 !important;
  font-size: 1rem;
  line-height: 1.2;
  opacity: 2;
  text-align: justify;

}
