/* Global public-facing baseline. Admin routes do not load this library. */
html { scroll-behavior:smooth; }
body {
  color:var(--nr-ink);
  background:var(--nr-ivory-soft);
  font-family:var(--nr-sans);
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body > .dialog-off-canvas-main-canvas { min-height:100vh; }
h1,h2,h3,h4,h5,h6 {
  color:var(--nr-navy-900);
  text-wrap:balance;
}
h1,h2,.nr-serif { font-family:var(--nr-serif); }
a { color:var(--nr-teal-700); text-underline-offset:.18em; }
a:hover { color:var(--nr-navy-800); }
::selection { background:var(--nr-gold-300); color:var(--nr-navy-950); }
:focus-visible {
  outline:3px solid var(--nr-gold-500) !important;
  outline-offset:3px !important;
}
img { max-width:100%; }
