<?php
/**
 * Theme Name: GeneratePress Child - Casino
 * Theme URI: https://pt.casino.guru/jogos-de-casino-gratis
 * Template: generatepress
 * Description: Casino demo catalog (Casino Guru IA). Enables 559bet casino_mode: slots hub, provider permalinks, #playGame single pages. Nav brand from 559bet settings replaces the Casino Guru default token.
 * Version: 1.1.0
 * Text Domain: generatepress-child-casino
 */

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

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