/* ── FUENTES ── */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600&family=Forum&display=swap');

/* ── CLASES GLOBALES ── */
.section-tag {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #AFCC94;
  font-weight: 600;
  margin-bottom: 16px;
}

.section-title {
  font-family: 'Cinzel', serif;
  font-size: 26px;
  font-weight: 400;
  color: #2C541D;
  letter-spacing: 2px;
  line-height: 1.5;
}