/**
 * Minimal above-the-fold shell (loaded synchronously; replaces header.jsp inline block).
 */
:root {
  --aj-brand: #0d5286;
  --aj-footer: #0d5286;
  --aj-footer-bottom: #1e4665;
  --aj-text: #1e293b;
}

body {
  color: var(--aj-text);
}

.site-header {
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.site-footer {
  background: var(--aj-footer);
  color: #fff;
}

.site-footer-bottom {
  background: var(--aj-footer-bottom);
}
