/* ===== HERO SAMIRA - SPECIFIC STYLES ===== */

.section--hero {
  background: var(--brand) url('/assets/img/hero/eu_tenho_a.webp') center/cover no-repeat;
  background-position: center center;
}

:root {
  --brand: #ff1f50;
}