:root {
  --primary-color: #013d59;
  --primary-color-rgb: 1, 61, 89;
  --secondary-color: #4cc3c7;
  --secondary-color-rgb: 76, 195, 199;
  --tertiary-color: #d3f5f6;
  --tertiary-color-rgb: 211, 245, 246;
  --quaternary-color: #fff4eb;
  --quaternary-color-rgb: 255, 244, 235;

  /* She Reclaimed Life Custom Color Variables */
  --brand-orange: #f17812;
  --brand-orange-hover: #fe8c12;
  --brand-green: #4cc3c7;
  --brand-light-bg: #fff4eb;
  --brand-light-bg-green: #ebfafa;
  --brand-light-bg-orange: #fffbf8;
  --white: #ffffff;
}

/* Button color on orange backgrounds - use primary green */
.bg-color-2 .btn-main.bg-white,
.section-dark .btn-main.bg-color-2 {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--white) !important;
}

.bg-color-2 .btn-main.bg-white:hover,
.section-dark .btn-main.bg-color-2:hover {
  background-color: #013d59 !important;
  border-color: #013d59 !important;
}
