@import url('https://fonts.googleapis.com/css2?family=Homenaje&display=swap');

/* Sidebar title styling */
.navbar-title {
  font-family: 'Homenaje', sans-serif;
  font-weight: bold;
  color: white;
}

.navbar {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
}

/* "Introduction to" text */
.intro-text {
  font-size: 1.1rem;
  display: block;
  line-height: 1.0;
  margin-bottom: 0.1rem;
}

/* "Data Science" text */
.ds-text {
  font-size: 2.8rem;
  display: block;
  line-height: 1.0;
  letter-spacing: -0.02em;
}

.tiny {
  font-size: 0.5em !important;
}