:root {
  --brand-primary: #0a1b3d;
  --brand-accent:  #38761d;
}

/* Arabic lyrics: RTL + legible font stack */
.lyrics-rtl {
  direction: rtl;
  font-family: "Noto Kufi Arabic","Amiri",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  white-space: pre-wrap;
  line-height: 1.7;
  font-size: 1rem;
}

/* Image placeholder box */
.img-placeholder {
  width: 100%;
  padding-top: 62%;
  background: #f1f3f5;
  color: #6c757d;
  border-radius: 0.5rem;
  display: grid;
  place-items: center;
  font-size: 0.9rem;
  border: 1px dashed #ced4da;
}

/* Buttons brand colors */
.btn-primary {
  background-color: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
.btn-success {
  background-color: var(--brand-accent) !important;
  border-color: var(--brand-accent) !important;
}

/* Links */
a, .nav-link {
  color: var(--brand-primary);
}
a:hover, .nav-link:hover {
  color: #062048;
}

/* DataTable tweaks */
.dash-table-container .dash-spreadsheet-container .dash-spreadsheet-inner * {
  font-family: var(--bs-body-font-family);
}

/* Make Plotly fig blend with Bootstrap */
.js-plotly-plot .plotly .modebar {
  display: none;
}
