:root{
  --brand-primary:#CD6799;
  --brand-primary-rgb:205,103,153;
}

body{padding-top:3.5rem;}

.hero{
  min-height:52vh;
  background-image:linear-gradient(rgba(var(--brand-primary-rgb),.85),rgba(var(--brand-primary-rgb),.85));
  background-color:var(--brand-primary);
  background-size:cover;
  background-position:center;
}

.bg-body-tertiary{background-color:#f6f7f9 !important;}

.page-hero{
  background-image:linear-gradient(rgba(var(--brand-primary-rgb),.9),rgba(var(--brand-primary-rgb),.9));
  background-color:var(--brand-primary);
}

.content-narrow{max-width:860px;}

.blog-card{transition:transform .18s ease, box-shadow .18s ease;}
.blog-card:hover{transform:translateY(-2px);box-shadow:0 1rem 2rem rgba(0,0,0,.08)!important;}

.post-content{font-size:1.075rem;line-height:1.75;}
.post-content h2,.post-content h3{margin-top:2rem;}
.post-content pre{background:#212529;color:#fff;border-radius:.5rem;padding:1rem;overflow-x:auto;}
