:root {
  --brand: #0f265c;
  --brand-light: #8ab0c1;
}
.adb-blue { color: var(--brand) !important; }
.adb-bg-blue { background-color: var(--brand) !important; }
.content img {
  max-width: 100%;
  height: auto;
}
