:root {
  /* Text Color (Abou Grey) - Kept as is or can be adjusted */
  --transwide-color: #848E84;
  --transwide-color-rgb: 132, 142, 132;

  /* MAIN COLOR (Primary) - Updated to #88bf00 */
  --transwide-base: #88bf00;
  --transwide-base-rgb: 136, 191, 0;

  /* SECONDARY COLOR (Light Lime) - Added as requested #cdff4f */
  --transwide-secondary: #cdff4f;
  --transwide-secondary-rgb: 205, 255, 79;

  /* Dark Colors - Kept dark for contrast/readability in backgrounds & text */
  --transwide-black: #121C2C;
  --transwide-black-rgb: 18, 28, 44;
  
  /* Secondary Dark (Dark Greenish) - Kept as a dark shade for contrast */
  --transwide-black2: #063D1D;
  --transwide-black2-rgb: 6, 61, 29;
}
/*# sourceMappingURL=color-2.css.map */