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

/* themed-scrollbar v1 (freesign.us) */
* { scrollbar-width: thin; scrollbar-color: #4f8cff #232a31; }
::-webkit-scrollbar { width: 13px; height: 13px; }
::-webkit-scrollbar-track { background: #232a31; }
::-webkit-scrollbar-thumb { background: #4f8cff; border-radius: 7px; border: 2px solid #232a31; }
::-webkit-scrollbar-thumb:hover { background: #7fb0ff; }
::-webkit-scrollbar-corner { background: #232a31; }
