/*
Theme Name: MediaKit Lite
Theme URI: https://github.com/Finish-Line-Media/DMK_Lite
Author: Finish Line Media
Author URI: https://finishline.media
Description: MediaKit Lite is your digital media kit solution for building personal leverage. Perfect for showcasing your expertise, publications, speaking topics, and media appearances. Set up everything through the simple WordPress Customizer - no coding required.
Version: 3.0.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mediakit-lite
Tags: one-column, custom-colors, custom-menu, featured-images, theme-options, translation-ready, portfolio, blog
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
*/

/**
 * MediaKit Lite - Modular CSS Architecture
 *
 * The individual CSS modules live in assets/css/ and are enqueued directly in
 * functions.php (see mkp_scripts()). They were previously loaded here via an
 * @import chain, but that serialized the downloads and caused a flash of
 * unstyled content on load. Direct enqueuing lets the browser fetch the modules
 * in parallel as render-blocking stylesheets. Do NOT re-add @import statements
 * here — add new modules to the $mkp_css_modules list in functions.php instead.
 */