/*
Theme Name: Konstruktion Child
Author: VamTam
Author URI: https://vamtam.com
Template: konstruktion
*/



/*

put your child theme styles here



you don't need any @import rules

*/

add_action( 'wp_enqueue_scripts', function() {
    // Force load the Magnific Popup script that Elementor usually handles
    wp_enqueue_script( 'magnific-popup', ELEMENTOR_ASSETS_URL . 'lib/magnific-popup/magnific-popup.min.js', array( 'jquery' ), '1.1.0', true );
    wp_enqueue_style( 'magnific-popup', ELEMENTOR_ASSETS_URL . 'lib/magnific-popup/magnific-popup.css' );
});