/**
 * Shared site header / mega-nav styling.
 *
 * Extracted from homepage-v2.css so a page can use the mega-nav WITHOUT inheriting
 * v2's global design system. homepage-v2.css sets an unscoped
 * `body{background:#0A0C14;color:#EEF0FA}`; loading that on a page with its own
 * light surfaces turned most of the body copy invisible (measured at 1.04:1).
 *
 * Only rules the shared header actually needs belong in this file. Nothing here
 * may use a bare element selector.
 *
 * @package proofademictheme
 */

.pf-hv2-logo{ height:18px; width:auto; display:block; }
@media (min-width:600px){ .pf-hv2-logo{ height:22px; } }

header [data-social]:hover{ background:#171D2C; color:#EEF0FA; }

header a{ color:inherit; text-decoration:none; }

header :focus-visible,
[data-sheet] :focus-visible{ outline:2px solid #7B86C4; outline-offset:2px; border-radius:3px; }
