:root { font-family: Arial, sans-serif; color: #173b56; background: #f1f5f7; }
body { background: #f1f5f7 !important; }
.resource-nav { display:flex; justify-content:space-between; gap:24px; padding:24px max(24px,calc((100vw - 1160px)/2)); background:#101f32; color:white; font-family:Arial,sans-serif; }
.resource-nav a { color:white; text-decoration:none; font-weight:700; }
#root { --primary: #173b56; --background: #f1f5f7; }
h1,h2 { font-family:Georgia,serif; }
