:root {
  /* Brand palette */
  --bs-primary: #7D9B87;
  --bs-primary-rgb: 125, 155, 135;

  --bs-secondary: #2A3A33;
  --bs-secondary-rgb: 42, 58, 51;

  --bs-dark: #26322C;
  --bs-dark-rgb: 38, 50, 44;

  --bs-info: #0B1712;
  --bs-info-rgb: 11, 23, 18;

  /* Page surfaces + text */
  --bs-body-bg: white;        /* your paper background */
  --bs-body-color: #26322C;     /* inky text */

  /* Muted text + secondary text */
  --bs-secondary-color: #6A736E;
  --bs-secondary-color-rgb: 106, 115, 110;

  /* If you want “muted” available as your own token too */
  --brand-muted: #6A736E;
  --brand-muted-rgb: 106, 115, 110;

  /* Hover accent (you were using warning this way) */
  --brand-accent: #5E7E6C;
  --brand-accent-rgb: 94, 126, 108;

  /* Optional: make links use your brand */
  --bs-link-color: var(--bs-secondary);
  --bs-link-hover-color: var(--bs-primary);
}
