:root {
  --ink: #101010;
  --paper: #f3f3f3;
  --white: #ffffff;
  --accent: #d71920;
  --muted: #5f5f5f;
  --line: rgba(16, 16, 16, .16);
}

.hero:before {
  background: radial-gradient(circle at 72% 42%, rgba(215, 25, 32, .28), transparent 25%), linear-gradient(120deg, #090909 20%, #272727);
}

.hero-image:after {
  background: linear-gradient(135deg, transparent 35%, rgba(215, 25, 32, .34));
}

.button-primary:hover { background: #ad1117; }
.form-status { color: #ffd1d3; }
.service-card:hover { background: #242424; }
