/* Estilos específicos para o segmento de Hortaliças */

:root {
  --accent: #2e7d32;
  --accent-strong: #1b5e20;
  --border-accent: rgba(46, 125, 50, 0.28);
  --bg-accent-soft: rgba(46, 125, 50, 0.1);
}

:root[data-theme="dark"] {
  --accent: #4caf50;
  --accent-strong: #81c784;
  --border-accent: rgba(76, 175, 80, 0.3);
  --bg-accent-soft: rgba(76, 175, 80, 0.08);
}
