:root {
  --primary-color: #2A8F6A;
  --primary-color-rgb: 42, 143, 106;
  --secondary-color: #7AC47F;
  --secondary-color-rgb: 122, 196, 127;

  --bs-primary: #2A8F6A;
  --bs-blue: #2A8F6A;
  --bs-link-color: #2A8F6A;
  --swiper-theme-color: var(--secondary-color);
}
