* {
  /* Site Teması (Orjinal) */
  /* --primary-color: #354e33;
  --primary-color-rgb: 53, 78, 51;
  --secondary-color: #798d7a;
  --secondary-color-rgb: 121, 141, 122;
  --background:#F8FBF3;
  --title-font-color: #354e33;
  --body-font-color: #596a5a;
  --dark-body-font-color: rgba(255, 255, 255, .75);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-dark-1: #354e33;
  --bg-dark-1-rgb: 53, 78, 51;
  --bg-dark-2: #2a3e28;
  --bg-dark-3: #2e452c;
  --bg-dark-3-rgb: 46, 69, 44;
  --bg-grey: #F0F1F3;
  --bg-light: #E1EBE2; */




  /*Kurumsal Tema ChatGPT v1*/

  --primary-color: #009639;
  --primary-color-rgb: 0, 150, 57;
  --secondary-color: #006f2a;
  --secondary-color-rgb: 0, 111, 42;
  --background: #F7FBF8;
  --title-font-color: #000000;
  --body-font-color: #222222;
  --dark-body-font-color: rgba(255, 255, 255, .80);
  --bg-color-even: #F0F5F1;
  --bg-color-odd: #FFFFFF;
  --bg-dark-1: #000000;
  --bg-dark-1-rgb: 0, 0, 0;
  --bg-dark-2: #101820;
  --bg-dark-3: #006428;
  --bg-dark-3-rgb: 0, 100, 40;
  --bg-grey: #F2F2F2;
  --bg-light: #E6F6EC;


  /*Kurumsal Tema ChatGPT v2*/

  /* --primary-color: #009639;
  --primary-color-rgb: 0, 150, 57;
  --secondary-color: #66C68D;
  --secondary-color-rgb: 102, 198, 141;
  --background: #F8FBF3;
  --title-font-color: #000000;
  --body-font-color: #222222;
  --dark-body-font-color: rgba(255, 255, 255, .86);
  --bg-color-even: #FFFFFF;
  --bg-color-odd: #F7FBF9;
  --bg-dark-1: #000000;
  --bg-dark-1-rgb: 0, 0, 0;
  --bg-dark-2: #101820;
  --bg-dark-3: #006428;
  --bg-dark-3-rgb: 0, 100, 40;
  --bg-grey: #F2F3F4;
  --bg-light: #E6F6EC;
  --border-soft: rgba(0, 0, 0, .08); */
}