/*
 * The actual styles (source + Vite build) now live in the komp-builder-elements
 * plugin, so they're shared network-wide instead of duplicated into every
 * cloned subblog theme copy. This file only exists so YOOtheme's own
 * "~theme/css/custom.css" auto-detection (LoadThemeHead.php) keeps injecting
 * it at exactly the same point in <head> it always did — YOOtheme's style
 * output bypasses wp_enqueue_style()/its dependency system entirely (raw
 * metadata-driven HTML), so there's no reliable way to control load order
 * from a plugin-side wp_enqueue_style() call. Importing here instead of
 * enqueueing from the plugin keeps the exact same cascade order as before.
 */
@import url("/wp-content/plugins/komp-builder-elements/css/custom.css");
