/* Site Theme (Option A)
   Copy your compiled CSS from shaunSoftwareHub into this file.
   Recommended: Keep Bootstrap CSS import in app/layout.tsx, then import this file after it.
   This file should contain only your overrides and custom styles. */

/* Example placeholder style (remove after copying your theme) */
:root {
  --brand-primary: #0d6efd;
}

.btn-primary {
  /* Example: ensure our button shades override Bootstrap defaults */
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
}
