body {
  /* font-family: "Cabin", sans-serif; */
  padding-top: 56px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;  
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  font-variation-settings: "width" 100;
  /* color: black; */
}


/* stylelint-disable @stylistic/selector-list-comma-newline-after */
.blog-header-logo {
  /* font-family: "Merriweather", serif; */
  font-family: "Cabin", sans-serif;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: "Merriweather", serif; */
  font-family: "Cabin", sans-serif;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

pre {
  font-family: "Roboto Mono", monospace;
  padding: 1rem;
  margin: 1px;
  background-color: rgba(var(--bs-tertiary-bg-rgb)) !important;
  border-radius: var(--bs-border-radius) !important;  
  /* color:rgb(72, 55, 55); */
  /* font-size: 30px; */
}

blockquote {
  padding: 1rem;
  margin: 1px;
  background-color: rgba(var(--bs-secondary-bg-rgb)) !important;
  border-radius: var(--bs-border-radius) !important;  
  /* border-width: 1px; */
}

blockquote p{
  margin: 1px;
  padding: 1px;
}
.sidebox {
  /* padding: 1rem;
  margin: 2rem;
  background-color: #eee;
  border-radius: 1rem;
  border-style: none;
  border-color: black;
  border-width: 1px; */
}

.navbar-brand {
    /* color: #dd0202 !important; */
}

.navbar-nav .nav-link {
    /* color: #636e3d !important;  */
}

.markdown img{
  max-width: 400px;
  height: auto;
}

.markdown img{
  max-width: 400px;
  height: auto;
}