/** {
  --primary-color: #4a81d3;
  --primary-color-rgb: 74, 129, 211;
  --secondary-color: #514A9D;
  --primary-gradient: 45deg, var(--primary-color), var(--secondary-color);
  --bg-dark-1: #12132c;
  --bg-dark-2: #191b36;
  --bg-dark-3: #222e66;  
  --bg-dark-1-rgb: 18, 19, 44;
}*/


* {
  --primary-color: #197600; /* verde logo */
  --primary-color-rgb: 25, 118, 0;
  --secondary-color: #88B04B; /* verde pal pentru accent */
  --primary-gradient: 135deg, var(--primary-color), var(--secondary-color);

  --accent-color: #F5F5F5; /* text, butoane secundare */

  --bg-dark-1: #0f1210; /* fundal principal, foarte închis, elegant */
  --bg-dark-2: #181b18; /* secțiuni secundare */
  --bg-dark-3: #222622; /* hover-uri sau carduri */
  --bg-dark-1-rgb: 15, 18, 16;

  --text-color: #E0E0E0; /* text principal */
  --text-color-muted: #A0A0A0; /* text secundar */
}



