/* About page theme */
body.page-about{
  --accent: #ffb36a;
  --accent2: #ff6aa8;
}

/* Profile image card tweaks */
.profile-img{
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(0,0,0,.18);
  overflow: hidden;
}
.profile-img img{
  width: 100%;
  height: auto;
}
