/* Custom styles for the blog */

/* Blog post styling */
.md-typeset h1 {
  font-weight: 700;
  margin-top: 1em;
}

.md-typeset h2 {
  font-weight: 600;
  margin-top: 1.5em;
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
  padding-bottom: 0.3em;
}

/* Code blocks */
.md-typeset pre > code {
  border-radius: 0.2rem;
}

/* Tables */
.md-typeset table:not([class]) {
  border: 1px solid var(--md-default-fg-color--lightest);
  border-radius: 0.2rem;
}

/* Blog post metadata */
.md-post__meta {
  margin-bottom: 2em;
}

/* Images */
.md-typeset img {
  border-radius: 0.2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Admonitions */
.md-typeset .admonition {
  border-left: 0.2rem solid;
  border-radius: 0.2rem;
}
