/* Additional styles beyond SCSS theme */

/* Smooth page transitions */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Image styling in posts */
.quarto-figure img,
article img {
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Selection color */
::selection {
  background-color: rgba(127, 90, 240, 0.15);
  color: #2D3A3A;
}

/* Listing grid improvements */
.quarto-listing-cols-3 .g-col-1 {
  margin-bottom: 0.5rem;
}
