:root {
    --accent: #fff11a !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

/* Mantém todo o CSS original intacto */
html, body {
  background-color: #ffffff !important;
  color: #000000 !important;
}

body * {
  color: #000000 !important;
}

/* Estilização específica da seção de depoimentos */
.depoimentos, 
.depoimentos * {
  color: #000000 !important;       /* texto preto */
}

.depoimentos {
  background-color: #ffffff !important; /* fundo branco */
  border: 1px solid #000000 !important; /* moldura preta */
  padding: 20px;                         /* opcional */
  border-radius: 6px;                    /* opcional */
}
