@font-face { font-family: 'Roboto'; src: url('path/to/roboto.woff2') format('woff2'), url('path/to/roboto.woff') format('woff'); font-display: swap; font-weight: 400; font-style: normal; } @font-face { font-family: 'DM Serif Text'; src: url('path/to/dm-serif-text.woff2') format('woff2'), url('path/to/dm-serif-text.woff') format('woff'); font-display: swap; font-weight: 400; font-style: normal; } header { display: flex; align-items: center; } img.attachment-large { width: 100px; /* Adjust width as needed */ height: auto; /* Maintain aspect ratio */ } .elementor-element-332de7f7 { min-width: 50px; /* Adjust width as needed */ min-height: 50px; /* Adjust height as needed */ } #content { min-height: 500px; /* Adjust to prevent jumps during font loading */ } document.addEventListener('DOMContentLoaded', function() { const scriptsToDefer = ['remediation-module.js', 'email-decode.min.js']; scriptsToDefer.forEach(function(scriptName) { const scriptTags = document.querySelectorAll(`script[src*="${scriptName}"]`); scriptTags.forEach(function(scriptTag) { scriptTag.setAttribute('defer', ''); }); }); });