/* UD shared brand layer — makes contracts / legal / training match the homepage.
   Homepage system: Playfair Display headings, Sora/Inter, navy #081B30 / red #B32424. */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;0,800;1,600&display=swap');
:root{
  --navy:#081B30; --navy-2:#0C2440; --ink:#0E1B2C; --body:#4A5872;
  --blue:#B32424; --blue-d:#9B1C1C; --red:#B32424; --sky:#93A9C9;
  --ice:#EEF3FA; --line:#E4EAF4; --gold:#F5B82E; --green:#10B981;
}
h1,h2,.display,.hh,.band h1,.band h2{
  font-family:'Playfair Display',Georgia,'Times New Roman',serif !important;
  letter-spacing:-.01em;
}
/* keep sub-heads / UI on Sora for the homepage pairing */
h3,h4,.eyebrow,.tag,.pill{font-family:'Sora','Inter',system-ui,sans-serif}
body{font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif}
a{color:var(--blue)}
/* legal pages: make the stripped "back" header on-brand so the white logo is visible */
header:has(.np){background:#081B30 !important;border-bottom:4px solid #B32424;padding:10px 0}
header:has(.np) .np{color:#A9BDDC !important}
