
body {
  font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #ffffff;
}

.navbar-brand img {
  height: 96px;
}

.navbar-brand span {
  font-size: 1.1rem;
}

.article-body p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.bg-secondary-subtle {
  background-color: rgba(108,117,125,0.1);
}

@media (max-width: 991.98px) {
  .navbar-brand span {
    display: none;
  }
}
