:root, [data-bs-theme=light] {
  --bs-primary: #c31341;
  --bs-primary-rgb: 195,19,65;
  --bs-primary-text-emphasis: #4E081A;
  --bs-primary-bg-subtle: #F3D0D9;
  --bs-primary-border-subtle: #E7A1B3;
  --bs-body-color: #41464b;
  --bs-body-color-rgb: 65,70,75;
  --bs-body-bg: rgb(255,255,242);
  --bs-body-bg-rgb: 255,255,242;
  --bs-secondary-color: rgba(65,70,75,0.75);
  --bs-secondary-color-rgb: 65,70,75,0.75;
  --bs-tertiary-color: rgba(65,70,75,0.5);
  --bs-tertiary-color-rgb: 65,70,75,0.5;
  --bs-body-font-size: 1.4rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-link-color: #c31341;
  --bs-link-color-rgb: 195,19,65;
  --bs-link-hover-color: #41464b;
  --bs-link-hover-color-rgb: 65,70,75;
  --bs-link-decoration: none;
  --bs-border-color: rgb(0,0,0);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c31341;
  --bs-btn-border-color: #c31341;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #A61037;
  --bs-btn-hover-border-color: #9C0F34;
  --bs-btn-focus-shadow-rgb: 246,220,227;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9C0F34;
  --bs-btn-active-border-color: #920E31;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c31341;
  --bs-btn-disabled-border-color: #c31341;
}

.btn-outline-primary {
  --bs-btn-color: #c31341;
  --bs-btn-border-color: #c31341;
  --bs-btn-focus-shadow-rgb: 195,19,65;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c31341;
  --bs-btn-hover-border-color: #c31341;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c31341;
  --bs-btn-active-border-color: #c31341;
  --bs-btn-disabled-color: #c31341;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c31341;
}

a {
  text-decoration: var(--bs-link-decoration);
  text-decoration: var(--bs-link-decoration);
}

[data-bs-theme=dark] {
  --bs-primary: #c31341;
  --bs-primary-rgb: 195,19,65;
  --bs-primary-text-emphasis: #DB718D;
  --bs-primary-bg-subtle: #27040D;
  --bs-primary-border-subtle: #750B27;
  --bs-body-color: #beb9b4;
  --bs-body-color-rgb: 190,185,180;
  --bs-body-bg: rgb(18,22,32);
  --bs-body-bg-rgb: 18,22,32;
  --bs-secondary-color: rgba(190,185,180,0.75);
  --bs-secondary-color-rgb: 190,185,180,0.75;
  --bs-tertiary-color: rgba(190,185,180,0.5);
  --bs-tertiary-color-rgb: 190,185,180,0.5;
  --bs-body-font-size: 1.4rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-link-color: #c31341;
  --bs-link-color-rgb: 195,19,65;
  --bs-link-hover-color: #beb9b4;
  --bs-link-hover-color-rgb: 190,185,180;
  --bs-link-decoration: none;
  --bs-border-color: rgb(255,255,255);
}

[data-bs-theme=dark] .btn-primary, .btn-primary[data-bs-theme=dark] {
  --bs-btn-color: #fff;
  --bs-btn-bg: #c31341;
  --bs-btn-border-color: #c31341;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #A61037;
  --bs-btn-hover-border-color: #9C0F34;
  --bs-btn-focus-shadow-rgb: 246,220,227;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9C0F34;
  --bs-btn-active-border-color: #920E31;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #c31341;
  --bs-btn-disabled-border-color: #c31341;
}

[data-bs-theme=dark] .btn-outline-primary, .btn-outline-primary[data-bs-theme=dark] {
  --bs-btn-color: #c31341;
  --bs-btn-border-color: #c31341;
  --bs-btn-focus-shadow-rgb: 195,19,65;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #c31341;
  --bs-btn-hover-border-color: #c31341;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #c31341;
  --bs-btn-active-border-color: #c31341;
  --bs-btn-disabled-color: #c31341;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #c31341;
}

