Random CSS variables

      
import randomCSSVariable from 'https://unpkg.com/randomicsser@1.0.13/lib/index.module.js';

randomCSSVariable({
  variable: 'fsz',
  count: document.querySelector('header h1').childNodes.length,
  range: { min: 20, max: 52, round: true },
}).load();