/* Target the header title */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Geo:ital@0;1&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=Libre+Caslon+Display&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,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 */
}

:root  > * {
  --md-primary-fg-color:        #EC6448;
  --md-primary-fg-color--light: #EC6448;
  --md-primary-fg-color--dark:  #EC6448;
  --md-accent-fg-color:        #EC6448;
  --md-accent-fg-color--light: #EC6448;
  --md-accent-fg-color--dark:  #EC6448;

}

.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;
}

.hero-image {
  position: relative;
  width: 100%;
  max-height: 400px;
  overflow: hidden;
  top: -30px;
}

/* Shift the image up or down */
.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  /* OR: top: 30px; to move down */
}

.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.3);
  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: 'Noto Sans', serif !important;
  font-weight: 400 !important;
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 2;

}

:root {
  --font-family-body: 'Noto Sans', serif;
  --font-family-display: 'Futura', 'Didact Gothic', sans-serif;
}

.fs-label,
.my-submit, 
.fs-fieldset-title {
  font-family: var(--font-family-display);
}

.fs-input,
.fs-textarea,
.fs-checkbox-group label {
  font-family: var(--font-family-body) !important;
}

#message.fs-textarea {
  width: 100%; /* or 600px, or 80%, etc. */
  max-width: 100%;

}

.fs-button-group {
  justify-content: center;
  display: flex;
}

.fs-textarea {
  cursor: url("https://cur.cursors-4u.net/others/oth-7/oth697.cur"), auto !important;
}

.my-submit {
  font-size: 1rem;
  padding: 0.2rem 0.5rem;
  border-radius: 0px;
  letter-spacing: 0.05em;
  cursor: url(https://cur.cursors-4u.net/others/oth-7/oth674.cur), auto !important;
  transition: color 1s ease;
}

.my-submit:hover {
  color: var(--md-primary-fg-color--dark);
}

