:root {
  --ink: #241916;
  --muted: #715f59;
  --paper: #fbf3e8;
  --surface: #fffaf3;
  --line: #ead6c5;
  --sage: #7f9d77;
  --pine: #315f4f;
  --clay: #c4644c;
  --gold: #deaa56;
  --blue: #6a9aaa;
}

.hero,
.adoption-hero {
  background:
    linear-gradient(125deg, rgba(255, 250, 243, 0.98), rgba(250, 226, 207, 0.66)),
    radial-gradient(circle at 20% 20%, rgba(222, 170, 86, 0.24), transparent 28%),
    var(--paper);
}

h1 {
  max-width: 900px;
}

.button.primary,
.mobile-action-bar a[href^="tel"] {
  background: #315f4f;
}

.button.call {
  background: #c4644c;
}

.team {
  background: #6d493c;
}

.community {
  background: #f8e9da;
}

.community-photo {
  border-color: #dfc3ad;
}

.rating-card {
  background: #315f4f;
}

.store-section {
  background: #fffaf3;
}
