:root {
  --bs-primary: #1877f2;
  --bs-primary-rgb: 24, 119, 242; /* just the numbers, no rgb() */
}
  /* --bs-primary: #f28518; */

/* :root { */
  /* --bs-primary: #1e88e5; */
  /* --bs-secondary: #3949ab; */
  /* --bs-success: #2f7632; */
  /* --bs-info: #00acc1; */
  /* --bs-warning: #fbc02d; */
  /* --bs-danger: #e53935; */
  /* --bs-dark: #212121; */
  /* --bs-light: #f5f5f5;  */

  /* Optional: text and background */
  /* --bs-body-bg: #fafafa;
  --bs-body-color: #222222; */
/* } */

