/* ============================================= */
/* ============ VARIÁVEIS GLOBAIS ============== */
/* ============================================= */
:root {
  /* Cores Primárias */
  /* --primary: #4361ee; */
  --primary: #16a34a;
  --primary-color: #16a34a;
  --primary-outline: #12883d;
  --primary-hover: #1abb55;
  --bodybackground: #f0f2f5;

  /* --primary-dark: #151515; */
  --primary-dark: #12883d ;
  --primary-light: #16a34a;

  /* Cores de Suporte */
  --dark: #1a1a2e;
  --light: #f8f9fa;
  --success: #16a34a;
  --warning: #f7c625;
  --gray: #6c757d;
  --light-gray: #f1f3f4;
  --dark-gray: #3c4043;
  --border-color: #dee2e6;
  --danger: red;
  --info : #0dcaf0;
  --secondary: #6c757d;
  --danger-light: #f73131;



  /* Efeitos */
  --card-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --transition: all 0.3s ease;
  --border-radius: 8px;
}