/*!
Theme Name: Ovix
Theme URI: https://wp.xpressbuddy.com/ovix/
Author: XpressBuddy
Author URI: https://xpressbuddy.com/
Description: Ovix is a WordPress theme for Digital Agency & Creative Portfolio
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ovix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
// Preload critical fonts to prevent CLS
function mhwebmark_preload_fonts() {
    echo '<link rel="preload" href="https://mhwebmark.com/wp-content/fonts/roboto-kfo7cnqeu92fr1me7ksn66agldtyluama3yuba.woff2" as="font" type="font/woff2" crossorigin="anonymous">' . "\n";
    echo '<link rel="preload" href="https://mhwebmark.com/wp-content/fonts/marcellus-weo_ebrok8hqldviaf81vvok.woff2" as="font" type="font/woff2" crossorigin="anonymous">' . "\n";
    echo '<link rel="preload" href="https://mhwebmark.com/wp-content/fonts/outfit-qgyvz_mvcbenp4njtetq.woff2" as="font" type="font/woff2" crossorigin="anonymous">' . "\n";
}
add_action( 'wp_head', 'mhwebmark_preload_fonts', 1 );