:root {
  --bs-tek-rgb: 255, 114, 118;
  --bs-tek-bg: #FF7276;
  --bs-tek-bg-subtle: #ffd6da;
}
.bg-tek { --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tek-rgb), var(--bs-bg-opacity)) !important;
}
.bg-tek-subtle {
  background-color: var(--bs-tek-bg-subtle) !important;
}
.text-tek {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-tek-rgb), var(--bs-text-opacity)) !important;
}
.text-bg-tek { color: #000 !important;
  background-color: RGBA(var(--bs-tek-rgb), var(--bs-bg-opacity, 1)) !important;
}
