/* style.css - canonical docroot stylesheet for triocms.net (site-shape standard).
   The active WordPress theme (wp-content/themes/triocms/style.css) holds the real
   design; this file is the conventional /css/style.css location the shape scan and
   site standard expect. ASCII only, no em-dashes. */
@import url("/wp-content/themes/triocms/style.css");

/* themed-scrollbar v1 (triocms.net) */
* { scrollbar-width: thin; scrollbar-color: #2a368f #1f275f; }
::-webkit-scrollbar { width: 13px; height: 13px; }
::-webkit-scrollbar-track { background: #1f275f; }
::-webkit-scrollbar-thumb { background: #2a368f; border-radius: 7px; border: 2px solid #1f275f; }
::-webkit-scrollbar-thumb:hover { background: #6271d6; }
::-webkit-scrollbar-corner { background: #1f275f; }
