/* Global retro theme */
body {
  font-family: 'Instrument Sans', sans-serif;
  color: var(--bs-dark);
  background-color: var(--bs-light);
}

/* Headings / Logo / Banner text */
h1, h2, h3, h4, h5, h6, .logo-text {
  font-family: 'Young Serif', serif;
  font-weight: 500; /* adjust weight as needed */
}