/**
 * Fotofolio 1 — typography
 */

h1, h2, h3, h4, h5, h6,
.mg2025-section-title,
.mg2025-section-subtitle {
  font-family: var(--font-heading);
  font-weight: var(--font-weight-heading);
  color: var(--color-text);
}

.mg2025-section-description,
.mg2025-filter-title,
.text-muted {
  color: var(--color-text-muted);
}
