/* Your global tweaks live here. Bootstrap does most of the heavy lifting. */

:root {
  --placeholder: 0;
}

/* Optional: make navbar look a bit tighter */
.navbar-brand {
  letter-spacing: 0.2px;
}

/* Example: add gentle background difference per theme */
html[data-bs-theme="light"] body {
  background-color: #f8f9fa;
}

html[data-bs-theme="dark"] body {
  background-color: #0b0f14;
}
