window.addEventListener('DOMContentLoaded', () => {
// print theme info
ILS.utils.printThemeInfo();
// init scroll
ILS.utils.initWindowScroll();
});