/* OECTA Hamilton–Wentworth brand skin for the PDF.js viewer.
   Loaded after viewer.css; overrides the theme custom-properties to navy/amber.
   Kept light-touch so the viewer chrome stays robust across PDF.js updates. */
:root {
  --toolbar-bg-color: #16314c;            /* navy toolbar */
  --toolbar-icon-bg-color: #ffffff;       /* white icons */
  --main-color: #ffffff;                  /* toolbar text on navy */
  --field-bg-color: #ffffff;
  --field-color: #16314c;
  --toggled-btn-bg-color: rgba(243, 156, 18, 0.32);  /* amber active state */
  --toggled-btn-color: #ffffff;
  --button-primary-bg-color: #f39c12;     /* amber primary buttons */
  --button-primary-fg-color: #16314c;
  --button-primary-hover-bg-color: #e08e0a;
  --button-primary-active-bg-color: #c9760a;
  --doorhanger-bg-color: #ffffff;         /* dropdown menus: light, readable */
  --body-bg-color: #eef2f7;               /* cool light page surround */
  --progressBar-color: #f39c12;
}
/* amber hairline under the toolbar, matching the site's masthead rule */
#toolbarContainer { box-shadow: inset 0 -2px 0 #f39c12; }
/* keep dropdown/secondary-toolbar text dark on the white doorhanger */
#secondaryToolbar, .findbar, #editorUndoBar { color: #16314c; }
#secondaryToolbar .toolbarButton, #secondaryToolbar .secondaryToolbarButton {
  --toolbar-icon-bg-color: #16314c;
  color: #16314c;
}
