/* style.css - canonical shape-standard entry. The real styles live at /assets/style.css;
   this pulls them in by absolute URL so url() bases and cascade order are preserved. ASCII only. */
@import url("/assets/style.css");

/* themed-scrollbar v1 (pyencoder.net) */
* { scrollbar-width: thin; scrollbar-color: #16c3c9 #0e1013; }
::-webkit-scrollbar { width: 13px; height: 13px; }
::-webkit-scrollbar-track { background: #0e1013; }
::-webkit-scrollbar-thumb { background: #16c3c9; border-radius: 7px; border: 2px solid #0e1013; }
::-webkit-scrollbar-thumb:hover { background: #7fe3e6; }
::-webkit-scrollbar-corner { background: #0e1013; }
