/* Estilos tipográficos compartidos por todas las páginas */
.eyebrow {
  font: 10px "DM Mono";
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--accent);
}

h1, h2, h3 {
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: -.05em;
}

p {
  color: var(--copy);
  font-size: 13px;
  line-height: 1.7;
}

.text-link {
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 8px;
  margin-top: 16px;
  font: 11px "DM Mono";
  letter-spacing: .1em;
}
