@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

/** Change font families. */
html {
  font-optical-sizing: auto;

  --pst-font-family-base-system: 'Source Sans 3', sans-serif, -apple-system,
    Apple Color Emoji, Segoe UI, Segoe UI Symbol, Segoe UI Emoji;
  --pst-font-family-monospace-system: Menlo, monospace;
}


/** Remove underlining from 'inactive' links. */
a {
  text-decoration: none;

  &:hover {
    text-decoration: underline;
  }
}

.prev-next-area {
  a {
    text-decoration: none;

    p.prev-next-title {
      text-decoration: none;
    }
  }
}


/* Make left sidebar title invisible. */
.bd-links__title {
  display: none;
}
