html {
  font-size: 15px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 0;
}

.navbar-brand {
    font-size: 1.3rem;
    letter-spacing: -0.01em;
}

.card {
    border-radius: 8px;
}

footer {
    margin-top: auto;
}

.post-content img {
    max-width: 100%;
    height: auto;
}

.post-content p {
    line-height: 1.8;
}

/* Bootstrap icons support via CDN */
