.text-backdrop {
  color: var(--backdrop-color);
}

.text-light {
  color: #beb6a7;
}

.text-dark {
  color: #56534e;
}

.text-serif {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.375rem; /* 22px */
  line-height: 1.4;
}

