/* ------------------ */
/* General text */
/* ------------------ */
body {
  font-size: 18px;
  line-height: 1.7;
}

/* ------------------ */
/* Titles */
/* ------------------ */
h1, h2, h3, h4 {
  color: #C562AF;
  font-weight: 700;
}

/* ------------------ */
/* Main page title */
/* ------------------ */
.quarto-title-banner {
  background: linear-gradient(to right, #dff6e4, #ffffff);
  border-radius: 16px;
  padding: 1.2rem;
  margin-bottom: 1rem;
}

/* ------------------ */
/* Sidebar */
/* ------------------ */
.sidebar nav {
  font-size: 0.96rem;
}

.sidebar .sidebar-title {
  font-weight: bold;
}

/* ------------------ */
/* Links */
/* ------------------ */
a {
  font-weight: 500;
}

/* ------------------ */
/* Images */
/* ------------------ */
img {
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* ------------------ */
/* Code blocks */
/* ------------------ */
pre.sourceCode {
  border-radius: 12px;
  padding: 0.8rem;
}

/* ------------------ */
/* Tables */
/* ------------------ */
table {
  border-radius: 10px;
  overflow: hidden;
}