/* =============================================================
   TIPOGRAFIA BASE — MDJR Theme
   ============================================================= */

/* Label de seção reutilizável em todas as páginas */
.mdjr-label {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--mdjr-primaria);
  margin-bottom: 10px;
}
