body {
  font-family: 'Inter', sans-serif;
}
/* LGPD Checkbox */
.form-checkbox {
  @apply rounded text-blue-600 focus:ring-blue-500;
}

/* Cookie Consent */
#cookieConsent {
  display: none;
}
/* Estilo do Contact Form 7 */
.wpcf7-form-control-wrap {
  display: block;
}

input.wpcf7-form-control,
select.wpcf7-form-control,
textarea.wpcf7-form-control {
  @apply w-full px-4 py-2 border rounded-md focus:outline-none focus:ring-2 focus:ring-blue-400;
}

input.wpcf7-submit {
  @apply bg-blue-600 text-white py-2 px-4 rounded-md hover:bg-blue-700 transition duration-300 w-full;
}

label input[type="checkbox"] {
  @apply mr-2 mt-1 h-4 w-4;
}