Appearance
const dom = document.querySelector(':root') const menuHeight = getComputedStyle(dom).getPropertyValue('--menu-height')
const dom = document.querySelector(':root') dom.style.setProperty('--menu-height', '70px')