:root {
  --brand-primary: #1ca74e;
  --brand-secondary: #ed8433;
  --brand-accent: #70ffc8;
  --brand-success: #28a745;
  --brand-warning: #ffc107;
  --brand-danger: #dc3545;
  --brand-hero-image: url("../img/hero_1767594556_fotos-editadas-site-01-2-2024-08-20-10-56-66c4ae9019379.png");
}

.bg-brand-primary { background-color: var(--brand-primary) !important; }
.bg-brand-secondary { background-color: var(--brand-secondary) !important; }
.text-brand-primary { color: var(--brand-primary) !important; }
.text-brand-secondary { color: var(--brand-secondary) !important; }