/* ===== OPCIONAL — COLE NO CAMPO "JS" DA PÁGINA ===== */ /* Carrega as fontes Barlow Condensed + Inter caso você não as tenha injetado no Admin > Theme. Se já injetou no head, pode ignorar este arquivo. */ (function () { if (document.getElementById('mf-fonts')) return; var l = document.createElement('link'); l.id = 'mf-fonts'; l.rel = 'stylesheet'; l.href = 'https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap'; document.head.appendChild(l); })();