 {
 --tone-radius: 22px; --tone-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

 {

  --font-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-head: "Fraunces", ui-serif, Georgia, serif;
  --btn-radius: 999px;
  --card-radius: 24px;
  --card-shadow: 0 12px 34px rgba(0,0,0,0.07);
  --kicker-tracking: .14em;
  --tag-bg: rgba(255, 167, 96, 0.10);
  --tag-border: 1px solid rgba(255, 167, 96, 0.25);
}

/* softer buttons */
.btn-primary {

  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
}

.btn-outline {

  background: rgba(255,255,255,0.65);
}

 {

  --font-head: "Fraunces", serif;
  --font-body: "Nunito", system-ui, sans-serif;
  --btn-radius: 999px;
  --card-radius: 24px;
}

.section-title:after {

  background: rgba(255, 167, 96, 0.35);
  width: 64px;
}

.btn-primary:before {

  content:"💛";
  margin-right: 8px;
  opacity: .95;
}
