<?php
/**
 * Theme Name: GeneratePress Child - H5
 * Theme URI: https://678bet.com.br/
 * Template: generatepress
 * Description: H5 mini-games child theme based on 559bet. Hides Slots/Casino surfaces via 559bet Core (h5_only) and supports dual homepage banner modes (image slider vs playable editor pick).
 * Version: 1.0.0
 * Text Domain: generatepress-child-h5
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

add_action(
	'wp_enqueue_scripts',
	static function () {
		wp_enqueue_style(
			'generatepress-child-h5',
			get_stylesheet_uri(),
			array( 'generate-style' ),
			'1.0.0'
		);
	},
	20
);
