/* ═══════════════════════════════════════════════════════════════════════    THEME TOGGLE JAVASCRIPT    Add to Webstudio custom code section    ═══════════════════════════════════════════════════════════════════════ */ /* document.addEventListener('DOMContentLoaded', () => {   const savedTheme = localStorage.getItem('theme') || 'dark';   document.documentElement.setAttribute('data-theme', savedTheme); }); function toggleTheme() {   const root = document.documentElement;   const current = root.getAttribute('data-theme');   const next = current === 'light' ? 'dark' : 'light';   root.setAttribute('data-theme', next);   localStorage.setItem('theme', next); } */ /* ═══════════════════════════════════════════════════════════════════════    END OF UNIFIED DESIGN TOKENS V4.0    Total: ~210 tokens across 3 layers    ═══════════════════════════════════════════════════════════════════════ */

Jess- The Reverie Weaver

The Eclectic Path to Clarity

Heya, Thanks for visiting my site which is currently under construction. I'm working on an entire system that I can't wait to share with ya.

In the meantime, find me on the web.

Connect with me on my active channels: