:root,
[data-bs-theme=light] {
  --bs-font-sans-serif: Roboto, sans-serif;
  --bs-primary: #f97101;
  --bs-primary-rgb: 249, 113, 1;
  --bs-primary-dark: #ea6200;
  --bs-primary-light: #FFF3EB;
}

.btn-primary {
  --bs-btn-hover-bg: var(--bs-primary-dark);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: transparent;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}