/*!
 * PulsePress — base.css
 * Loaded first in the cascade. Tokens and resets live in style.css;
 * this file holds only what must precede layout.css and components.css:
 * the universal box-sizing rule and the visually-hidden helpers needed
 * by JS-controlled components (mobile nav, search drawer) before
 * components.css has fully parsed.
 */
 *,*::before,*::after{box-sizing:border-box}[hidden]{display:none!important}.is-hidden{display:none!important}html,body{max-width:100%;overflow-x:hidden}a,button{-webkit-tap-highlight-color:#fff0}