:root {
  --ink: #173b3a;
  --muted: #607270;
  --cream: #fffdf7;
  --peach: #f8b94f;
  --peach-dark: #df7058;
  --pink: #ffd9aa;
  --lilac: #dff4ec;
  --line: #dce9e4;
}

.glow {
  background: radial-gradient(circle, #ffe0a9 0, #d9f4e9 52%, transparent 72%);
}

.photo img {
  object-fit: cover;
  background: #fff;
}

.how {
  background: #dff4ec;
}

.closing {
  background: #f8b94f;
}

.image b {
  color: #173b3a;
}
