/* Shared base-template behavior. Page-specific styles stay in static/styles.css
   until the template/static split phase moves them into page files. */
body.doc-viewer-open {
  overflow: hidden;
}

.top-accent {
  background: #fecc13 !important;
}
