/**
 * @file
 * Visual styles for nodes.
 */

.node--unpublished {
  background-color: #fff4f4;
}

.path-node .page-title {
  font-family: "Instrument Serif", serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-align: center;
  padding-block: 1rem;
}