:root {
  --contrast: #2d2730;
  --muted: #6d6670;
  --border: #ece5eb;
  --canvas: #faf7f9;
  --surface: #fff;
  --accent: #a43f75;
}

.brand-text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.6rem;
  font-weight: 400;
}

.entry h1,
.entry h2,
.archive-header h1 {
  font-family: Georgia, "Times New Roman", serif;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer-inner nav {
  display: flex;
  gap: 18px;
}

@media (max-width: 560px) {
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}
