in src/utilities/useRootFontSize.js [3:6]
export default () => { const {width} = useWindowSize(); return width > 2200 ? 22.4 : width > 1800 ? 19.2 : 16; };