/*
Theme Name:   CoinBazzar
Theme URI:    https://coinbazzar.com
Description:  Child theme of Flatsome for coinbazzar.com. All custom template overrides, CSS and front-end code live here rather than in the Code Snippets plugin or in the parent theme, so nothing is lost on a Flatsome update.
Author:       CoinBazzar
Author URI:   https://coinbazzar.com
Template:     flatsome
Version:      1.0.0
Text Domain:  coinbazzar
*/

/*
 * Flatsome already enqueues this file.
 *
 * inc/functions/function-setup.php:206 does
 *   wp_enqueue_style( 'flatsome-style', get_stylesheet_uri(), ... )
 * and get_stylesheet_uri() resolves to the *child* stylesheet once a child theme is
 * active. So there is deliberately no wp_enqueue_style() call in functions.php — adding
 * one, as most child-theme guides tell you to, would load this file twice.
 *
 * The parent's own style.css is header-only with no rules, so nothing is lost by this
 * file taking its place in the queue.
 *
 * Custom CSS currently in Flatsome > Advanced > Custom CSS can move here over time; it is
 * stored in theme_mods today, which means it is not in version control.
 */
