/*
  AGRO70 — tokens de marca (cores e tipografia)
  Compartilhado entre o site institucional e o sistema de pedidos (agro70.com.br).
  Para mudar o padrão visual em todos os lugares, edite apenas este arquivo.
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

:root{
  /* paleta principal */
  --bg-1: #0b2e13;
  --bg-2: #1d4d24;
  --bg-3: #2f6b2f;
  --accent: #a3e635;
  --accent-2: #65a30d;
  --card-bg: rgba(255, 255, 255, 0.06);

  /* texto sobre fundo escuro */
  --text: #eef2f6;
  --text-dim: #a9c2a6;

  /* superfícies claras (páginas institucionais) */
  --paper: #f7faf5;
  --ink: #12240f;
  --ink-soft: #3c4a37;
  --line: #dfe8d8;

  /* mensagens de estado (login/formulários) */
  --error-bg: rgba(248, 113, 113, 0.12);
  --error-border: rgba(248, 113, 113, 0.4);
  --error-text: #fca5a5;
  --info-bg: rgba(163, 230, 53, 0.12);
  --info-border: rgba(163, 230, 53, 0.4);
  --info-text: #bef264;

  /* tipografia */
  --font-heading: 'Poppins', 'Segoe UI', sans-serif;
  --font-body: 'Inter', 'Segoe UI', Roboto, Arial, sans-serif;
}
