/* ============================================================================
   IMPACT Platform — shared theme tail  (v305)
   ============================================================================
   Minimal, non-invasive. Loaded LAST on the "slate-token" pages. It does NOT
   redefine colour tokens, so each page renders with its OWN palette (the
   light-native work pages stay light; pages built dark stay dark). Only shared
   cosmetics live here: the display font, scrollbars and selection.
   Full dark override preserved at dark-theme.css.darkbak.
   ============================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&display=swap');

::-webkit-scrollbar { width:10px; height:10px; }
::-webkit-scrollbar-track { background:#eef2f7; }
::-webkit-scrollbar-thumb { background:#c7d2e0; border-radius:6px; border:2px solid #eef2f7; }
::-webkit-scrollbar-thumb:hover { background:#aab8cc; }
* { scrollbar-color:#c7d2e0 #eef2f7; }
::selection { background:rgba(2,128,144,.20); color:#0F172A; }
